git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27709
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
-2007-11-11 Mike Hommey <mh+webkit@glandium.org>
-
- Reviewed by Maciej.
-
- Fix http://bugs.webkit.org/show_bug.cgi?id=14521
- Bug 14521: JavaScriptCore fails to build on Linux/PPC gcc 4.1.2
-
- * wtf/TCSpinLock.h:
- (TCMalloc_SpinLock::Unlock): Change constraint from o to m.
-
2007-11-11 Mark Rowe <mrowe@apple.com>
Build fix. Use the correct filename case.
("isync\n\t"
"eieio\n\t"
"stw %1, %0"
- : "=m" (private_lockword_)
+ : "=o" (private_lockword_)
: "r" (0)
: "memory");
#endif