summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/print_heapinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/shell/print_heapinfo.c')
-rw-r--r--cpukit/libmisc/shell/print_heapinfo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/libmisc/shell/print_heapinfo.c b/cpukit/libmisc/shell/print_heapinfo.c
index 719f7116c3..45cb8e8238 100644
--- a/cpukit/libmisc/shell/print_heapinfo.c
+++ b/cpukit/libmisc/shell/print_heapinfo.c
@@ -24,9 +24,9 @@ void rtems_shell_print_heap_info(
)
{
printf(
- "Number of %s blocks: %12" PRIu32 "\n"
- "Largest %s block: %12" PRIu32 "\n"
- "Total bytes %s: %12" PRIu32 "\n",
+ "Number of %s blocks: %12" PRIuPTR "\n"
+ "Largest %s block: %12" PRIuPTR "\n"
+ "Total bytes %s: %12" PRIuPTR "\n",
c, h->number,
c, h->largest,
c, h->total