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


Ignore:
Timestamp:
Aug 12, 2009, 10:26:02 PM (16 years ago)
Author:
[email protected]
Message:

Rubber Stamped by Dave Kilzer.

Disable WTF_USE_JSVALUE32_64 on iPhone for now (support not yet added for ARMv7).

  • wtf/Platform.h:
File:
1 edited

Legend:

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

    r47092 r47184  
    586586#if PLATFORM(X86_64) && (PLATFORM(MAC) || (PLATFORM(LINUX) && !PLATFORM(QT)))
    587587#define WTF_USE_JSVALUE64 1
    588 #elif PLATFORM(PPC64) || PLATFORM(QT) /* All Qt layout tests crash in JSVALUE32_64 mode. */
     588#elif PLATFORM(IPHONE) || PLATFORM(PPC64) || PLATFORM(QT) /* All Qt layout tests crash in JSVALUE32_64 mode. */
    589589#define WTF_USE_JSVALUE32 1
    590590#else
Note: See TracChangeset for help on using the changeset viewer.