Changeset 44347 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Jun 1, 2009, 10:59:53 PM (16 years ago)
Author:
[email protected]
Message:

2009-06-01 Gavin Barraclough <[email protected]>

Reviewed by NOBODY - speculative windows build fix (errm, for the other patch!).

  • jit/JITStubs.cpp: (JSC::):
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r44346 r44347  
     12009-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
    182009-06-01  Gavin Barraclough  <[email protected]>
    29
  • trunk/JavaScriptCore/jit/JITStubs.cpp

    r44344 r44347  
    218218#error "JIT_STUB_ARGUMENT configuration not supported."
    219219#endif
    220             call cti_vm_throw;
     220            call JITStubs::cti_vm_throw;
    221221            add esp, 0x1c;
    222222            pop ebx;
     
    471471namespace JITStubs {
    472472
    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)
    474474
    475475DEFINE_STUB_FUNCTION(JSObject*, op_convert_this)
Note: See TracChangeset for help on using the changeset viewer.