forked from Imagelibrary/rtems
score: Rename _Internal_error_Occurred()
Rename _Internal_error_Occurred() into _Terminate().
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
void boot_card( const char *cmdline )
|
||||
{
|
||||
_Internal_error_Occurred( FATAL_SOURCE, FATAL_IS_INTERNAL, FATAL_ERROR );
|
||||
_Terminate( FATAL_SOURCE, FATAL_IS_INTERNAL, FATAL_ERROR );
|
||||
}
|
||||
|
||||
static void fatal_extension(
|
||||
|
||||
@@ -4,8 +4,8 @@ test set name: spinternalerror01
|
||||
|
||||
directives:
|
||||
|
||||
_Internal_error_Occurred()
|
||||
- _Terminate()
|
||||
|
||||
concepts:
|
||||
|
||||
- Ensure that _Internal_error_Occurred() works right after low-level start.
|
||||
- Ensure that _Terminate() works right after low-level start.
|
||||
|
||||
Reference in New Issue
Block a user