score: Rename _Internal_error_Occurred()

Rename _Internal_error_Occurred() into _Terminate().
This commit is contained in:
Sebastian Huber
2014-02-19 10:57:46 +01:00
parent 52eecbaa08
commit 83bf105486
29 changed files with 39 additions and 39 deletions

View File

@@ -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(