Changeset 63948 in webkit


Ignore:
Timestamp:
Jul 22, 2010 8:43:51 PM (14 years ago)
Author:
barraclough@apple.com
Message:

Eeeep! r63947 hosed all non-x86 builds!

  • jit/JITStubs.h:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r63947 r63948  
     12010-07-22  Gavin Barraclough  <barraclough@apple.com>
     2
     3        Eeeep! r63947 hosed all non-x86 builds!
     4
     5        * jit/JITStubs.h:
     6
    172010-07-22  Gavin Barraclough  <barraclough@apple.com>
    28
  • trunk/JavaScriptCore/jit/JITStubs.h

    r63947 r63948  
    237237    #error "JIT_STUB function calls require fastcall conventions on x86, add appropriate directive/attribute here for your compiler!"
    238238    #endif
     239#else
     240    #define JIT_STUB
    239241#endif
    240242
Note: See TracChangeset for help on using the changeset viewer.