Changeset cf85e24c in mainline for test/synch/rwlock4/test.c


Ignore:
Timestamp:
2006-04-22T23:00:26Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
12c7f27
Parents:
e692a27
Message:

printf-related and other code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/synch/rwlock4/test.c

    re692a27 rcf85e24c  
    133133               
    134134                context_save(&ctx);
    135                 printf("sp=%#X, readers_in=%d\n", ctx.sp, rwlock.readers_in);
     135                printf("sp=%#x, readers_in=%d\n", ctx.sp, rwlock.readers_in);
    136136               
    137137                k = random(7) + 1;
Note: See TracChangeset for help on using the changeset viewer.