From 3a659b04818c61d9fa99edcfdff4786adb71cd3f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 9 Dec 2016 07:19:22 +0100 Subject: score: Introduce _Internal_error() --- cpukit/score/src/interr.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/score/src/interr.c') diff --git a/cpukit/score/src/interr.c b/cpukit/score/src/interr.c index 5993eb9ffc..3a74f95cee 100644 --- a/cpukit/score/src/interr.c +++ b/cpukit/score/src/interr.c @@ -46,3 +46,8 @@ void _Terminate( /* will not return from this routine */ while (true); } + +void _Internal_error( Internal_errors_Core_list core_error ) +{ + _Terminate( INTERNAL_ERROR_CORE, core_error ); +} -- cgit v1.2.3