Title: [109675] trunk/Source/_javascript_Core
- Revision
- 109675
- Author
- [email protected]
- Date
- 2012-03-04 07:42:54 -0800 (Sun, 04 Mar 2012)
Log Message
SPARC also needs aligned accesses.
Patch by Jurij Smakov <[email protected]> on 2012-03-04
Rubber-stamped by Gustavo Noronha Silva.
* wtf/Platform.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (109674 => 109675)
--- trunk/Source/_javascript_Core/ChangeLog 2012-03-04 09:04:00 UTC (rev 109674)
+++ trunk/Source/_javascript_Core/ChangeLog 2012-03-04 15:42:54 UTC (rev 109675)
@@ -1,3 +1,11 @@
+2012-03-04 Jurij Smakov <[email protected]>
+
+ SPARC also needs aligned accesses.
+
+ Rubber-stamped by Gustavo Noronha Silva.
+
+ * wtf/Platform.h:
+
2012-03-04 Gavin Barraclough <[email protected]>
Unreviewed build fix.
Modified: trunk/Source/_javascript_Core/wtf/Platform.h (109674 => 109675)
--- trunk/Source/_javascript_Core/wtf/Platform.h 2012-03-04 09:04:00 UTC (rev 109674)
+++ trunk/Source/_javascript_Core/wtf/Platform.h 2012-03-04 15:42:54 UTC (rev 109675)
@@ -295,7 +295,7 @@
#endif /* ARM */
-#if CPU(ARM) || CPU(MIPS) || CPU(SH4)
+#if CPU(ARM) || CPU(MIPS) || CPU(SH4) || CPU(SPARC)
#define WTF_CPU_NEEDS_ALIGNED_ACCESS 1
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes