Changeset 27709 in webkit for trunk/JavaScriptCore
- Timestamp:
- Nov 11, 2007, 10:16:58 PM (18 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r27708 r27709 1 2007-11-11 Mike Hommey <[email protected]>2 3 Reviewed by Maciej.4 5 Fix http://bugs.webkit.org/show_bug.cgi?id=145216 Bug 14521: JavaScriptCore fails to build on Linux/PPC gcc 4.1.27 8 * wtf/TCSpinLock.h:9 (TCMalloc_SpinLock::Unlock): Change constraint from o to m.10 11 1 2007-11-11 Mark Rowe <[email protected]> 12 2 -
trunk/JavaScriptCore/wtf/TCSpinLock.h
r27708 r27709 107 107 "eieio\n\t" 108 108 "stw %1, %0" 109 : "= m" (private_lockword_)109 : "=o" (private_lockword_) 110 110 : "r" (0) 111 111 : "memory");
Note:
See TracChangeset
for help on using the changeset viewer.