summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/stackchk/check.c
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-05-23 15:29:30 +1000
committerChris Johns <chrisj@rtems.org>2016-05-25 15:47:34 +1000
commit62cba156f63d96e816b94881fdfef0307f42fd36 (patch)
tree02509c699f14c638d59fad2e93f2cf67a79982b7 /cpukit/libmisc/stackchk/check.c
parentscore/i386: Fix printk format warnings. (diff)
downloadrtems-62cba156f63d96e816b94881fdfef0307f42fd36.tar.bz2
libmisc: Fix printk format warnings.
Diffstat (limited to '')
-rw-r--r--cpukit/libmisc/stackchk/check.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libmisc/stackchk/check.c b/cpukit/libmisc/stackchk/check.c
index 93d45de77c..e8e360de15 100644
--- a/cpukit/libmisc/stackchk/check.c
+++ b/cpukit/libmisc/stackchk/check.c
@@ -446,13 +446,13 @@ static void Stack_check_Dump_threads_usage(
}
#if (CPU_ALLOCATE_INTERRUPT_STACK == TRUE)
else {
- rtems_printf( printer, "0x%08" PRIx32 " INTR", ~0 );
+ rtems_printf( printer, "0x%08x INTR", ~0 );
}
#endif
rtems_printf(
printer,
- " %010p - %010p %010p %8" PRId32 " ",
+ " %p - %p %p %8" PRId32 " ",
stack->area,
stack->area + stack->size - 1,
current,