mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 20:52:40 +08:00
2011-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* tm26/fptest.h: Use PRIu32 to print uint32_t.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* tm26/fptest.h: Use PRIu32 to print uint32_t.
|
||||
|
||||
2011-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* tm26/system.h, tm27/system.h: Ensure these tests use the correct
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
|
||||
#define FP_CHECK_ONE( _v, _base, _factor ) \
|
||||
if ( FPNEQ( (_v), ((_base) + (_factor)) ) ) { \
|
||||
printf("%d: " #_v " wrong -- (%g not %g)\n", \
|
||||
printf("%" PRIu32 ": " #_v " wrong -- (%g not %g)\n", \
|
||||
task_index, (_v), (_base + _factor)); \
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user