Changeset 98000fb in mainline for kernel/test/synch
- Timestamp:
- 2009-06-03T19:34:45Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 301ff30
- Parents:
- 69e68e3
- File:
-
- 1 edited
-
kernel/test/synch/rwlock4.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/synch/rwlock4.c
r69e68e3 r98000fb 149 149 150 150 context_save(&ctx); 151 TPRINTF("sp=%#x, readers_in=%" PRI c"\n", ctx.sp, rwlock.readers_in);151 TPRINTF("sp=%#x, readers_in=%" PRIs "\n", ctx.sp, rwlock.readers_in); 152 152 TPRINTF("Creating %" PRIu32 " readers\n", rd); 153 153
Note:
See TracChangeset
for help on using the changeset viewer.
