arm: Mark _ARM_Exception_default() as no return

Remove dead code.
This commit is contained in:
Sebastian Huber
2024-08-28 04:19:39 +02:00
parent 1d5149e392
commit bd48d10b4e
2 changed files with 1 additions and 5 deletions

View File

@@ -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 */

View File

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