forked from Imagelibrary/rtems
2008-10-14 Tim Cussins <timcussins@eml.cc>
* libcsupport/src/free.c: Should print begin field not start field.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-10-14 Tim Cussins <timcussins@eml.cc>
|
||||||
|
|
||||||
|
* libcsupport/src/free.c: Should print begin field not start field.
|
||||||
|
|
||||||
2008-10-14 Wei Shen <cquark@gmail.com>
|
2008-10-14 Wei Shen <cquark@gmail.com>
|
||||||
|
|
||||||
* Makefile.am, preinstall.am, libcsupport/src/mknod.c,
|
* Makefile.am, preinstall.am, libcsupport/src/mknod.c,
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ void free(
|
|||||||
if ( !_Protected_heap_Free( RTEMS_Malloc_Heap, ptr ) ) {
|
if ( !_Protected_heap_Free( RTEMS_Malloc_Heap, ptr ) ) {
|
||||||
printk( "Program heap: free of bad pointer %p -- range %p - %p \n",
|
printk( "Program heap: free of bad pointer %p -- range %p - %p \n",
|
||||||
ptr,
|
ptr,
|
||||||
RTEMS_Malloc_Heap->start,
|
RTEMS_Malloc_Heap->begin,
|
||||||
RTEMS_Malloc_Heap->end
|
RTEMS_Malloc_Heap->end
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user