forked from Imagelibrary/rtems
powerpc: Fix 'noreturn' function does return
This commit is contained in:
@@ -358,4 +358,5 @@ void _CPU_Fatal_halt( uint32_t source, CPU_Uint32ptr error )
|
|||||||
: "r" (source), "r" (error)
|
: "r" (source), "r" (error)
|
||||||
: "memory"
|
: "memory"
|
||||||
);
|
);
|
||||||
|
RTEMS_UNREACHABLE();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user