Changeset 31216 in webkit for trunk/JavaScriptCore
- Timestamp:
- Mar 21, 2008, 12:26:06 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r31214 r31216 1 2008-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 1 12 2008-03-21 Rodney Dawes <[email protected]> 2 13 -
trunk/JavaScriptCore/wtf/TCSpinLock.h
r29941 r31216 105 105 "eieio\n\t" 106 106 "stw %1, %0" 107 #if PLATFORM(DARWIN) 107 #if PLATFORM(DARWIN) || PLATFORM(PPC) 108 108 : "=o" (lockword_) 109 109 #else
Note:
See TracChangeset
for help on using the changeset viewer.