Changeset 131269 in webkit for trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.asm
- Timestamp:
- Oct 14, 2012, 12:58:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.asm
r130826 r131269 24 24 # First come the common protocols that both interpreters use. Note that each 25 25 # of these must have an ASSERT() in LLIntData.cpp 26 27 # Work-around for the fact that the toolchain's awareness of armv7s results in 28 # a separate slab in the fat binary, yet the offlineasm doesn't know to expect 29 # it. 30 if ARMv7s 31 end 26 32 27 33 # These declarations must match interpreter/JSStack.h. … … 908 914 _llint_end: 909 915 crash() 916
Note:
See TracChangeset
for help on using the changeset viewer.