unwarminder: fix data_abort_handler (wrong address to UIE)
Change-Id: I060735363f2e408c42a8e11ac1f31dc96e3cb2d6
This commit is contained in:
parent
9f7c6a1745
commit
1a4fa1603b
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ data_abort_handler:
|
|||
cmp r0, r1
|
||||
beq 1f
|
||||
@ otherwise just normally to UIE
|
||||
mov r0, r1
|
||||
mov r1, #2
|
||||
b UIE
|
||||
1:
|
||||
|
|
Loading…
Reference in a new issue