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


Ignore:
Timestamp:
Aug 14, 2009, 4:49:56 AM (16 years ago)
Author:
Simon Hausmann
Message:

Currently generic ARM and ARMv7 platforms work only with JSVALUE32
https://bugs.webkit.org/show_bug.cgi?id=28300

Patch by Gabor Loki <[email protected]> on 2009-08-14
Reviewed by Simon Hausmann.

  • wtf/Platform.h:
File:
1 edited

Legend:

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

    r47274 r47278  
    586586#if PLATFORM(X86_64) && (PLATFORM(MAC) || PLATFORM(LINUX))
    587587#define WTF_USE_JSVALUE64 1
    588 #elif PLATFORM(IPHONE) || PLATFORM(PPC64)
     588#elif PLATFORM(ARM) || PLATFORM(PPC64)
    589589#define WTF_USE_JSVALUE32 1
    590590#else
Note: See TracChangeset for help on using the changeset viewer.