mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2008-10-14 Tim Cussins <timcussins@eml.cc>
PR 1330/cpukit * libcsupport/src/free.c: Should print begin field not start field.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-10-14 Tim Cussins <timcussins@eml.cc>
|
||||||
|
|
||||||
|
PR 1330/cpukit
|
||||||
|
* libcsupport/src/free.c: Should print begin field not start field.
|
||||||
|
|
||||||
2008-10-02 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
2008-10-02 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
|
|
||||||
* score/cpu/powerpc/rtems/score/cpu.h: adapt timebase macros to
|
* score/cpu/powerpc/rtems/score/cpu.h: adapt timebase macros to
|
||||||
|
|||||||
@@ -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