Changeset 253903 in webkit
- Timestamp:
- Dec 24, 2019, 12:05:21 PM (5 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r253896 r253903 1 2019-12-24 Keith Miller <keith_miller@apple.com> 2 3 Fix ARM64E by adding missing pointer tag. 4 5 * llint/LowLevelInterpreter.asm: 6 1 7 2019-12-23 Keith Miller <keith_miller@apple.com> 2 8 -
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.asm
r253896 r253903 2016 2016 restoreStateAfterCCall() 2017 2017 branchIfException(_llint_throw_from_slow_path_trampoline) 2018 jmp r1 2018 jmp r1, JSEntryPtrTag 2019 2019 else 2020 2020 notSupported() … … 2033 2033 restoreStateAfterCCall() 2034 2034 branchIfException(_llint_throw_from_slow_path_trampoline) 2035 jmp r1 2035 jmp r1, JSEntryPtrTag 2036 2036 else 2037 2037 notSupported()
Note:
See TracChangeset
for help on using the changeset viewer.