Changeset d2bdd245 in mainline
- Timestamp:
- 2008-06-02T11:50:42Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d68253a4
- Parents:
- 8c7294c6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/mips32/include/atomic.h
r8c7294c6 rd2bdd245 65 65 " beq %0, %4, 1b\n" /* if the atomic operation failed, try again */ 66 66 /* nop */ /* nop is inserted automatically by compiler */ 67 : "= r" (tmp), "=m" (val->count), "=r" (v)67 : "=&r" (tmp), "=m" (val->count), "=&r" (v) 68 68 : "i" (i), "i" (0) 69 69 );
Note:
See TracChangeset
for help on using the changeset viewer.