summaryrefslogtreecommitdiffstats
path: root/testsuites/tmitrontests/include/timesys.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-30 13:37:42 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-30 13:37:42 +0000
commit558da8cc29e660c525bdf4492a32f8a646add9f4 (patch)
treed27ab247d9d10932af5403304bbcf902d6a81d55 /testsuites/tmitrontests/include/timesys.h
parent2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-558da8cc29e660c525bdf4492a32f8a646add9f4.tar.bz2
Use PRId32.
Diffstat (limited to 'testsuites/tmitrontests/include/timesys.h')
-rw-r--r--testsuites/tmitrontests/include/timesys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/tmitrontests/include/timesys.h b/testsuites/tmitrontests/include/timesys.h
index d443f58fad..3c7cbdd64f 100644
--- a/testsuites/tmitrontests/include/timesys.h
+++ b/testsuites/tmitrontests/include/timesys.h
@@ -28,7 +28,7 @@
#define put_time( _message, _total_time, \
_iterations, _loop_overhead, _overhead ) \
printf( \
- "%s %d\n", \
+ "%s %" PRId32 "\n", \
(_message), \
(((_total_time) - (_loop_overhead)) / (_iterations)) - (_overhead) \
)