mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
arm: Mark _ARM_Exception_default() as no return
Remove dead code.
This commit is contained in:
@@ -174,8 +174,4 @@ save_more_context:
|
||||
SWITCH_FROM_ARM_TO_THUMB r1
|
||||
bl _ARM_Exception_default
|
||||
|
||||
/* Just in case */
|
||||
twiddle:
|
||||
b twiddle
|
||||
|
||||
#endif /* ARM_MULTILIB_ARCH_V4 */
|
||||
|
||||
@@ -657,7 +657,7 @@ typedef struct {
|
||||
|
||||
void _CPU_Exception_frame_print( const CPU_Exception_frame *frame );
|
||||
|
||||
void _ARM_Exception_default( CPU_Exception_frame *frame );
|
||||
RTEMS_NO_RETURN void _ARM_Exception_default( CPU_Exception_frame *frame );
|
||||
|
||||
/** Type that can store a 32-bit integer or a pointer. */
|
||||
typedef uintptr_t CPU_Uint32ptr;
|
||||
|
||||
Reference in New Issue
Block a user