Ignore:
Timestamp:
Nov 11, 2007, 10:00:05 PM (18 years ago)
Author:
[email protected]
Message:

2007-11-11 Mike Hommey <[email protected]>

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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/TCSpinLock.h

    r27336 r27708  
    107107       "eieio\n\t"
    108108       "stw %1, %0"
    109        : "=o" (private_lockword_)
     109       : "=m" (private_lockword_)
    110110       : "r" (0)
    111111       : "memory");
Note: See TracChangeset for help on using the changeset viewer.