Changeset 27709 in webkit for trunk/JavaScriptCore/wtf/TCSpinLock.h
- Timestamp:
- Nov 11, 2007, 10:16:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.