Skip to content

Commit 3983e17

Browse files
ShortDevelopmentrhuanjl
authored andcommitted
1 parent eb50a13 commit 3983e17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Runtime/Language/amd64/amd64_Thunks.S

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)