summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp25/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp25/system.h')
-rw-r--r--testsuites/sptests/sp25/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp25/system.h b/testsuites/sptests/sp25/system.h
index 6f7ec4de99..9a700cfa59 100644
--- a/testsuites/sptests/sp25/system.h
+++ b/testsuites/sptests/sp25/system.h
@@ -51,6 +51,6 @@ TEST_EXTERN rtems_unsigned8 Area_1[64000] CPU_STRUCTURE_ALIGNMENT;
#define BASE_PRIORITY 140
#define Put_address_from_area_1( _to_be_printed ) \
- printf( "0x%08x", ((rtems_unsigned8 *)(_to_be_printed)) - Area_1 )
+ printf( "0x%08lx", ((rtems_unsigned8 *)(_to_be_printed)) - Area_1 )
/* end of include file */