mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 06:54:41 +08:00
libcsupport: Fix printk warnings.
This commit is contained in:
@@ -40,8 +40,8 @@ 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->area_begin,
|
||||
RTEMS_Malloc_Heap->area_end
|
||||
(void*) RTEMS_Malloc_Heap->area_begin,
|
||||
(void*) RTEMS_Malloc_Heap->area_end
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user