forked from Imagelibrary/rtems
arm: Fix default exception prologues
This commit is contained in:
committed by
Sebastian Huber
parent
4f1da72e7f
commit
1ebffa8914
@@ -72,6 +72,8 @@ _ARMV4_Exception_data_abort_default:
|
||||
stmdb sp!, {r0-r12}
|
||||
mov r4, #4
|
||||
|
||||
b save_more_context
|
||||
|
||||
_ARMV4_Exception_reserved_default:
|
||||
|
||||
/* Save context and load vector */
|
||||
@@ -79,6 +81,8 @@ _ARMV4_Exception_reserved_default:
|
||||
stmdb sp!, {r0-r12}
|
||||
mov r4, #5
|
||||
|
||||
b save_more_context
|
||||
|
||||
_ARMV4_Exception_irq_default:
|
||||
|
||||
/* Save context and load vector */
|
||||
@@ -86,6 +90,8 @@ _ARMV4_Exception_irq_default:
|
||||
stmdb sp!, {r0-r12}
|
||||
mov r4, #6
|
||||
|
||||
b save_more_context
|
||||
|
||||
_ARMV4_Exception_fiq_default:
|
||||
|
||||
/* Save context and load vector */
|
||||
|
||||
Reference in New Issue
Block a user