$OpenBSD: patch-Source_JavaScriptCore_wtf_text_StringImpl_cpp,v 1.1 2011/10/13 06:52:49 jasper Exp $
--- Source/JavaScriptCore/wtf/text/StringImpl.cpp.orig	Fri Oct  7 09:59:01 2011
+++ Source/JavaScriptCore/wtf/text/StringImpl.cpp	Fri Oct  7 09:59:24 2011
@@ -1006,7 +1006,7 @@ bool equal(const StringImpl* a, const UChar* b, unsign
         return false;
     // 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* as = a->characters();
     for (unsigned i = 0; i != length; ++i)
         if (as[i] != b[i])
