Changeset a3ac9a7 in mainline for generic/src/synch/spinlock.c
- Timestamp:
- 2005-12-10T12:12:09Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6e716a59
- Parents:
- 208189f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/synch/spinlock.c
r208189f ra3ac9a7 64 64 { 65 65 count_t i = 0; 66 __address caller = ((__address *) &sl)[-1];66 __address caller = CALLER(sl); 67 67 char *symbol; 68 68 bool deadlock_reported = false;
Note:
See TracChangeset
for help on using the changeset viewer.