$OpenBSD: patch-Source_JavaScriptCore_wtf_text_StringHash_h,v 1.2 2011/10/13 06:52:49 jasper Exp $
--- Source/JavaScriptCore/wtf/text/StringHash.h.orig	Fri Oct  7 09:58:56 2011
+++ Source/JavaScriptCore/wtf/text/StringHash.h	Fri Oct  7 09:59:21 2011
@@ -55,7 +55,7 @@ namespace WTF {
 
             // 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) || CPU(MIPS) || CPU(SPARC)
+#if CPU(ARM) || CPU(SH4) || CPU(MIPS) || CPU(SPARC) || CPU(SPARC64) || CPU(MIPS64)
             const UChar* aChars = a->characters();
             const UChar* bChars = b->characters();
             for (unsigned i = 0; i != aLength; ++i) {
