score: Introduce _Internal_error()

This commit is contained in:
Sebastian Huber
2016-12-12 08:03:29 +01:00
parent 0a81a58254
commit 3a659b0481
18 changed files with 42 additions and 55 deletions
+1 -1
View File
@@ -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 );
}
}
}