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


Ignore:
Timestamp:
Sep 9, 2010, 9:27:57 AM (15 years ago)
Author:
Csaba Osztrogonác
Message:

2010-09-09 Csaba Osztrogonác <Csaba Osztrogonác>

Reviewed by Gavin Barraclough.

[Qt] JSVALUE32_64 not works on Windows platform with MinGW compiler
https://bugs.webkit.org/show_bug.cgi?id=29268

  • wtf/Platform.h: Enable JSVALUE32_64 for Qt/Windows/MinGW, because it works now.
File:
1 edited

Legend:

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

    r66991 r67090  
    931931#elif CPU(ARM_TRADITIONAL) && COMPILER(MSVC)
    932932#define WTF_USE_JSVALUE32 1
    933 #elif OS(WINDOWS) && COMPILER(MINGW)
    934 /* Using JSVALUE32_64 causes padding/alignement issues for JITStubArg
    935 on MinGW. See https://bugs.webkit.org/show_bug.cgi?id=29268 */
    936 #define WTF_USE_JSVALUE32 1
    937933#else
    938934#define WTF_USE_JSVALUE32_64 1
Note: See TracChangeset for help on using the changeset viewer.