File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ namespace Js
287
287
void *continuation = nullptr ;
288
288
JavascriptExceptionObject *exception = nullptr ;
289
289
void * tryCatchFrameAddr = nullptr ;
290
- Js::JavascriptExceptionOperators::HasBailedOutPtrStack hasBailedOutPtrStack (scriptContext, (bool *)((char *)framePtr + hasBailedOutOffset));
290
+ Js::JavascriptExceptionOperators::HasBailedOutPtrStack hasBailedOutPtrStack (scriptContext, (bool *)((char *)localsPtr + hasBailedOutOffset));
291
291
292
292
PROBE_STACK (scriptContext, Constants::MinStackJitEHBailout + argsSize);
293
293
{
@@ -359,7 +359,7 @@ namespace Js
359
359
{
360
360
void *tryContinuation = nullptr ;
361
361
JavascriptExceptionObject *exception = nullptr ;
362
- Js::JavascriptExceptionOperators::HasBailedOutPtrStack hasBailedOutPtrStack (scriptContext, (bool *)((char *)framePtr + hasBailedOutOffset));
362
+ Js::JavascriptExceptionOperators::HasBailedOutPtrStack hasBailedOutPtrStack (scriptContext, (bool *)((char *)localsPtr + hasBailedOutOffset));
363
363
364
364
PROBE_STACK (scriptContext, Constants::MinStackJitEHBailout + argsSize);
365
365
try
You can’t perform that action at this time.
0 commit comments