Skip to content

Commit

Permalink
Unreviewed, reverting 274796@main.
Browse files Browse the repository at this point in the history
  • Loading branch information
webkit-commit-queue authored and Constellation committed Feb 16, 2024
1 parent b0877f5 commit 4e839b3
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Source/JavaScriptCore/llint/LowLevelInterpreter.asm
Expand Up @@ -1741,17 +1741,15 @@ _vmEntryHostFunction:

# unsigned vmEntryToCSSJIT(uintptr_t, uintptr_t, uintptr_t, const void* codePtr);
if ARM64E
global _vmEntryToCSSJITAfter
end
global _vmEntryToCSSJIT
_vmEntryToCSSJIT:
emit ".globl _vmEntryToCSSJIT"
emit "_vmEntryToCSSJIT:"
functionPrologue()
jmp t3, CSSSelectorPtrTag
if ARM64E
_vmEntryToCSSJITAfter:
end
emit ".globl _vmEntryToCSSJITAfter"
emit "_vmEntryToCSSJITAfter:"
functionEpilogue()
ret
end

if not (C_LOOP or C_LOOP_WIN)
# void sanitizeStackForVMImpl(VM* vm)
Expand Down

0 comments on commit 4e839b3

Please sign in to comment.