mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 01:59:18 +08:00
2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp19/inttest.h: Use PRIx32 instead of "lx".
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* sp19/inttest.h: Use PRIx32 instead of "lx".
|
||||
|
||||
2011-02-02 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* sp04/tswitch.c: Shrink memory requirements.
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
|
||||
#define INTEGER_CHECK_ONE( _v, _base, _factor ) \
|
||||
if ( (_v) != ((_base) + (_factor)) ) { \
|
||||
printf("%" PRIu32 ": " #_v " wrong -- (0x%" PRIx32 " not 0x%lx)\n", \
|
||||
printf("%" PRIu32 ": " #_v " wrong -- (0x%" PRIx32 " not 0x%" PRIx32 ")\n", \
|
||||
task_index, (_v), (_base + _factor)); \
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user