spfatal26: Fix recursive test end

This commit is contained in:
Sebastian Huber
2024-11-06 10:19:29 +01:00
committed by Amar Takhar
parent f57652dcda
commit 85facac39f

View File

@@ -49,6 +49,10 @@ static void fatal_extension(
rtems_fatal_code code
)
{
if ( source == RTEMS_FATAL_SOURCE_EXIT ) {
return;
}
rtems_test_assert( source == RTEMS_FATAL_SOURCE_EXCEPTION );
rtems_test_assert( !always_set_to_false );