Changeset 37581 in webkit for trunk/JavaScriptCore/VM/CTI.cpp
- Timestamp:
- Oct 14, 2008, 1:21:19 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CTI.cpp
r37570 r37581 109 109 ".globl " SYMBOL_STRING(ctiVMThrowTrampoline) "\n" 110 110 SYMBOL_STRING(ctiVMThrowTrampoline) ":" "\n" 111 #if USE(CTI_ARGUMENT)112 #if USE(FAST_CALL_CTI_ARGUMENT)113 111 "movl %esp, %ecx" "\n" 114 #else115 "movl %esp, 0(%esp)" "\n"116 #endif117 112 "call " SYMBOL_STRING(_ZN3JSC7Machine12cti_vm_throwEPPv) "\n" 118 #else119 "call " SYMBOL_STRING(_ZN3JSC7Machine12cti_vm_throwEPv) "\n"120 #endif121 113 "addl $0x24, %esp" "\n" 122 114 "popl %edi" "\n"
Note:
See TracChangeset
for help on using the changeset viewer.