Changeset 48527 in webkit for trunk/JavaScriptCore/wtf/Platform.h


Ignore:
Timestamp:
Sep 18, 2009, 1:35:30 PM (16 years ago)
Author:
[email protected]
Message:

2009-09-18 Gabor Loki <[email protected]>

Reviewed by Gavin Barraclough.

Build fix to enable ARM_THUMB2 on Linux
https://bugs.webkit.org/show_bug.cgi?id=

  • jit/ExecutableAllocator.h: (JSC::ExecutableAllocator::cacheFlush):
  • jit/JITStubs.cpp:
  • wtf/Platform.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Platform.h

    r48525 r48527  
    674674#elif PLATFORM(ARM_TRADITIONAL) && PLATFORM(LINUX)
    675675    #define ENABLE_JIT 1
     676    #if PLATFORM(ARM_THUMB2)
     677        #define ENABLE_JIT_OPTIMIZE_NATIVE_CALL 0
     678    #endif
    676679#endif
    677680#endif /* PLATFORM(QT) */
Note: See TracChangeset for help on using the changeset viewer.