[Webkit-unassigned] [Bug 17449] JSCore fails to compile on PPC/Linux (asm error)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 14 15:37:52 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17449





------- Comment #2 from arekm at maven.pl  2008-03-14 15:37 PDT -------
This should fix it.

--- JavaScriptCore/wtf/TCSpinLock.h~    2008-02-26 01:15:08.000000000 +0100
+++ JavaScriptCore/wtf/TCSpinLock.h     2008-03-14 23:30:07.361354727 +0100
@@ -104,7 +104,7 @@
       ("isync\n\t"
        "eieio\n\t"
        "stw %1, %0"
-#if PLATFORM(DARWIN)
+#if PLATFORM(DARWIN) || PLATFORM(PPC)
        : "=o" (lockword_)
 #else
        : "=m" (lockword_) 


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list