From 8e37731cd026b802b7a7e4b5082f3254c9a9f553 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 14 Oct 2008 16:08:58 +0000 Subject: 2008-10-14 Tim Cussins * libcsupport/src/free.c: Should print begin field not start field. --- cpukit/libcsupport/src/free.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/free.c') diff --git a/cpukit/libcsupport/src/free.c b/cpukit/libcsupport/src/free.c index 8929bd0d80..690d9d8903 100644 --- a/cpukit/libcsupport/src/free.c +++ b/cpukit/libcsupport/src/free.c @@ -59,7 +59,7 @@ void free( if ( !_Protected_heap_Free( RTEMS_Malloc_Heap, ptr ) ) { printk( "Program heap: free of bad pointer %p -- range %p - %p \n", ptr, - RTEMS_Malloc_Heap->start, + RTEMS_Malloc_Heap->begin, RTEMS_Malloc_Heap->end ); } -- cgit v1.2.3