mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-26 04:46:12 +08:00
score: Introduce _Internal_error()
This commit is contained in:
@@ -50,7 +50,7 @@ void RTEMS_Malloc_Initialize(
|
||||
}
|
||||
|
||||
if ( init_or_extend == _Heap_Initialize ) {
|
||||
_Terminate( INTERNAL_ERROR_CORE, INTERNAL_ERROR_NO_MEMORY_FOR_HEAP );
|
||||
_Internal_error( INTERNAL_ERROR_NO_MEMORY_FOR_HEAP );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user