Changeset 161866 in webkit for trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
- Timestamp:
- Jan 13, 2014, 1:23:12 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
r161686 r161866 523 523 524 524 // These are for building an interpreter from generated assembly code: 525 #if CPU(X86_64) 525 #if CPU(X86_64) && COMPILER(CLANG) 526 526 #define OFFLINE_ASM_BEGIN asm ( \ 527 527 ".cfi_startproc\n" … … 546 546 ".thumb_func " THUMB_FUNC_PARAM(label) "\n" \ 547 547 SYMBOL_STRING(label) ":\n" 548 #elif CPU(X86_64) 548 #elif CPU(X86_64) && COMPILER(CLANG) 549 549 #define OFFLINE_ASM_GLOBAL_LABEL(label) \ 550 550 ".text\n" \
Note:
See TracChangeset
for help on using the changeset viewer.