Changeset 67090 in webkit for trunk/JavaScriptCore
- Timestamp:
- Sep 9, 2010, 9:27:57 AM (15 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r67066 r67090 1 2010-09-09 Csaba Osztrogonác <[email protected]> 2 3 Reviewed by Gavin Barraclough. 4 5 [Qt] JSVALUE32_64 not works on Windows platform with MinGW compiler 6 https://bugs.webkit.org/show_bug.cgi?id=29268 7 8 * wtf/Platform.h: Enable JSVALUE32_64 for Qt/Windows/MinGW, because it works now. 9 1 10 2010-09-08 Zoltan Herczeg <[email protected]> 2 11 -
trunk/JavaScriptCore/wtf/Platform.h
r66991 r67090 931 931 #elif CPU(ARM_TRADITIONAL) && COMPILER(MSVC) 932 932 #define WTF_USE_JSVALUE32 1 933 #elif OS(WINDOWS) && COMPILER(MINGW)934 /* Using JSVALUE32_64 causes padding/alignement issues for JITStubArg935 on MinGW. See https://bugs.webkit.org/show_bug.cgi?id=29268 */936 #define WTF_USE_JSVALUE32 1937 933 #else 938 934 #define WTF_USE_JSVALUE32_64 1
Note:
See TracChangeset
for help on using the changeset viewer.