Changeset 225697 in webkit for trunk/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
- Timestamp:
- Dec 8, 2017, 1:38:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
r225659 r225697 2077 2077 checkStackPointerAlignment(t3, 0xdead0001) 2078 2078 if C_LOOP 2079 cloopCallNative executableOffsetToFunction[t1] 2079 loadp _g_nativeCodePoison, t2 2080 xorp executableOffsetToFunction[t1], t2 2081 cloopCallNative t2 2080 2082 else 2081 2083 if X86_64_WIN … … 2118 2120 checkStackPointerAlignment(t3, 0xdead0001) 2119 2121 if C_LOOP 2120 cloopCallNative offsetOfFunction[t1] 2122 loadp _g_nativeCodePoison, t2 2123 xorp offsetOfFunction[t1], t2 2124 cloopCallNative t2 2121 2125 else 2122 2126 if X86_64_WIN
Note:
See TracChangeset
for help on using the changeset viewer.