$OpenBSD: patch-Source_JavaScriptCore_runtime_UString_h,v 1.1 2012/04/03 15:39:35 landry Exp $
--- Source/JavaScriptCore/runtime/UString.h.orig	Thu Mar 29 08:51:51 2012
+++ Source/JavaScriptCore/runtime/UString.h	Thu Mar 29 08:52:38 2012
@@ -222,7 +222,7 @@ struct UStringHash {
 
         // 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) {
