Changeset 163031 in webkit for trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
- Timestamp:
- Jan 29, 2014, 11:40:00 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
r163027 r163031 512 512 ".thumb_func " THUMB_FUNC_PARAM(label) "\n" \ 513 513 SYMBOL_STRING(label) ":\n" 514 #elif CPU(X 86_64) && COMPILER(CLANG)514 #elif CPU(XXX86_64) && COMPILER(CLANG) 515 515 #define OFFLINE_ASM_GLOBAL_LABEL(label) \ 516 516 ".text\n" \
Note:
See TracChangeset
for help on using the changeset viewer.