diff --git a/testsuites/sptests/sp08/system.h b/testsuites/sptests/sp08/system.h index b14e123528..e4f3122d55 100644 --- a/testsuites/sptests/sp08/system.h +++ b/testsuites/sptests/sp08/system.h @@ -25,8 +25,11 @@ rtems_task Task_1( rtems_task_argument argument ); +#define PRIxModes_Control PRIx32 +#define PRIxrtems_mode PRIxModes_Control + #define put_mode( _comment, _output_mode ) \ - printf( "%s %08x\n", _comment, _output_mode ); + printf( "%s %08" PRIxrtems_mode "\n", _comment, _output_mode ); /* configuration information */