Changeset 255 for soft/giet_vm/libs/spin_lock.c
- Timestamp:
- Oct 9, 2013, 9:32:41 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/libs/spin_lock.c
r244 r255 39 39 "sc $3, 0($16) \n" /* try to get lock */ 40 40 "bnez $3, giet_lock_ok \n" /* exit if atomic */ 41 "nop \n" 41 42 42 43 "giet_lock_delay: \n"
Note: See TracChangeset
for help on using the changeset viewer.