Changeset 44347 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jun 1, 2009, 10:59:53 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r44346 r44347 1 2009-06-01 Gavin Barraclough <[email protected]> 2 3 Reviewed by NOBODY - speculative windows build fix (errm, for the other patch!). 4 5 * jit/JITStubs.cpp: 6 (JSC::): 7 1 8 2009-06-01 Gavin Barraclough <[email protected]> 2 9 -
trunk/JavaScriptCore/jit/JITStubs.cpp
r44344 r44347 218 218 #error "JIT_STUB_ARGUMENT configuration not supported." 219 219 #endif 220 call cti_vm_throw;220 call JITStubs::cti_vm_throw; 221 221 add esp, 0x1c; 222 222 pop ebx; … … 471 471 namespace JITStubs { 472 472 473 #define DEFINE_STUB_FUNCTION(rtype, op) rtype cti_##op(STUB_ARGS_DECLARATION)473 #define DEFINE_STUB_FUNCTION(rtype, op) rtype JIT_STUB cti_##op(STUB_ARGS_DECLARATION) 474 474 475 475 DEFINE_STUB_FUNCTION(JSObject*, op_convert_this)
Note:
See TracChangeset
for help on using the changeset viewer.