Changeset 37647 in webkit for trunk/JavaScriptCore/VM/CTI.cpp
- Timestamp:
- Oct 16, 2008, 8:24:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CTI.cpp
r37597 r37647 117 117 "call " SYMBOL_STRING(_ZN3JSC7Machine12cti_vm_throwEPPv) "\n" 118 118 #else 119 "call " SYMBOL_STRING(_ZN3JSC7Machine12cti_vm_throwEPv ) "\n"119 "call " SYMBOL_STRING(_ZN3JSC7Machine12cti_vm_throwEPvz) "\n" 120 120 #endif 121 121 "addl $0x24, %esp" "\n"
Note:
See TracChangeset
for help on using the changeset viewer.