summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/malloc_walk.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/malloc_walk.c')
-rw-r--r--cpukit/libcsupport/src/malloc_walk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/malloc_walk.c b/cpukit/libcsupport/src/malloc_walk.c
index 9f78a26716..6b6602b2ff 100644
--- a/cpukit/libcsupport/src/malloc_walk.c
+++ b/cpukit/libcsupport/src/malloc_walk.c
@@ -22,7 +22,7 @@
void malloc_walk(size_t source, size_t printf_enabled)
{
- _Protected_heap_Walk( RTEMS_Malloc_Heap, source, printf_enabled );
+ _Protected_heap_Walk( RTEMS_Malloc_Heap, (int) source, printf_enabled );
}
#endif