File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/Runtime/Language/amd64 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ NESTED_ENTRY _ZN2Js21InterpreterStackFrame33AsmJsDelayDynamicInterpreterThunkEPN
6464
6565 call C_FUNC(_ZN2Js11WasmLibrary20EnsureWasmEntrypointEPNS_14ScriptFunctionE)
6666 test rax , rax
67- jne skipThunk
67+ jne LOCAL_LABEL( skipThunk)
6868 mov rdi , [ rbp - 0x8 ]
6969 call C_FUNC(_ZN2Js21InterpreterStackFrame29EnsureDynamicInterpreterThunkEPNS_14ScriptFunctionE)
70- skipThunk:
70+ LOCAL_LABEL( skipThunk) :
7171
7272 pop r9
7373 pop r8
@@ -267,7 +267,7 @@ NESTED_ENTRY _ZN2Js23AsmJsExternalEntryPointEPNS_16RecyclableObjectENS_8CallInfo
267267 call C_FUNC(_ZN2Js19BoxAsmJsReturnValueEPNS_14ScriptFunctionEldfDv4_f)
268268
269269 mov rsp , r13 // restore stack pointer
270- Epilogue:
270+ LOCAL_LABEL( Epilogue) :
271271 mov r12 , [ rsp + 0x28 ]
272272 .cfi_restore r12
273273 mov r13 , [ rsp + 0x30 ]
You can’t perform that action at this time.
0 commit comments