$OpenBSD: patch-Source_JavaScriptCore_wtf_text_AtomicString_cpp,v 1.1 2011/05/11 06:00:08 ajacoutot Exp $
--- Source/JavaScriptCore/wtf/text/AtomicString.cpp.orig	Thu May  5 14:45:21 2011
+++ Source/JavaScriptCore/wtf/text/AtomicString.cpp	Thu May  5 14:45:32 2011
@@ -142,7 +142,7 @@ static inline bool equal(StringImpl* string, const UCh
 
     // 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)
+#if CPU(ARM) || CPU(SH4) || CPU(MIPS) || CPU(SPARC64) || CPU(MIPS64)
     const UChar* stringCharacters = string->characters();
     for (unsigned i = 0; i != length; ++i) {
         if (*stringCharacters++ != *characters++)
