$NetBSD: patch-ag,v 1.3 2011/06/09 11:00:01 drochner Exp $

--- Source/JavaScriptCore/wtf/text/AtomicString.cpp.orig	2011-03-21 18:41:46.000000000 +0000
+++ Source/JavaScriptCore/wtf/text/AtomicString.cpp
@@ -142,7 +142,7 @@ static inline bool equal(StringImpl* str
 
     // 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(PPC) || CPU(PPC64) || CPU(SPARC) || CPU(SPARC64)
     const UChar* stringCharacters = string->characters();
     for (unsigned i = 0; i != length; ++i) {
         if (*stringCharacters++ != *characters++)
