Changeset 27709 in webkit


Ignore:
Timestamp:
Nov 11, 2007 10:16:58 PM (16 years ago)
Author:
mrowe@apple.com
Message:

Roll out r27708 as it breaks the Mac PowerPC build.

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r27708 r27709  
    1 2007-11-11  Mike Hommey  <mh+webkit@glandium.org>
    2 
    3         Reviewed by Maciej.
    4 
    5         Fix http://bugs.webkit.org/show_bug.cgi?id=14521
    6         Bug 14521: JavaScriptCore fails to build on Linux/PPC gcc 4.1.2
    7 
    8         * wtf/TCSpinLock.h:
    9         (TCMalloc_SpinLock::Unlock): Change constraint from o to m.
    10 
    1112007-11-11  Mark Rowe  <mrowe@apple.com>
    122
  • trunk/JavaScriptCore/wtf/TCSpinLock.h

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