$OpenBSD: patch-WebCore_platform_text_StringHash_h,v 1.2 2010/11/04 21:34:25 landry Exp $
Fixes SIGBUS at runtime : https://bugs.webkit.org/show_bug.cgi?id=19775
--- WebCore/platform/text/StringHash.h.orig	Fri Sep 10 15:20:33 2010
+++ WebCore/platform/text/StringHash.h	Thu Nov  4 22:28:16 2010
@@ -54,7 +54,7 @@ namespace WebCore {
 
             // FIXME: perhaps we should have a more abstract macro that indicates when
             // going 4 bytes at a time is unsafe
-#if CPU(ARM) || CPU(SH4)
+#if CPU(ARM) || CPU(SH4) || CPU(SPARC64) || CPU(MIPS64)
             const UChar* aChars = a->characters();
             const UChar* bChars = b->characters();
             for (unsigned i = 0; i != aLength; ++i) {
