Changeset 31216 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Mar 21, 2008, 12:26:06 PM (17 years ago)
Author:
[email protected]
Message:

2008-03-21 Arkadiusz Miskiewicz <[email protected]>

Webkit does not build on linux powerpc

<http://bugs.webkit.org/show_bug.cgi?id=17019>

Reviewed by David Kilzer.

  • wtf/TCSpinLock.h: (TCMalloc_SpinLock::Unlock):
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r31214 r31216  
     12008-03-21  Arkadiusz Miskiewicz  <[email protected]>
     2
     3        Webkit does not build on linux powerpc
     4
     5        <http://bugs.webkit.org/show_bug.cgi?id=17019>
     6
     7        Reviewed by David Kilzer.
     8
     9        * wtf/TCSpinLock.h:
     10        (TCMalloc_SpinLock::Unlock):
     11
    1122008-03-21  Rodney Dawes  <[email protected]>
    213
  • trunk/JavaScriptCore/wtf/TCSpinLock.h

    r29941 r31216  
    105105       "eieio\n\t"
    106106       "stw %1, %0"
    107 #if PLATFORM(DARWIN)
     107#if PLATFORM(DARWIN) || PLATFORM(PPC)
    108108       : "=o" (lockword_)
    109109#else
Note: See TracChangeset for help on using the changeset viewer.