diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2012-06-01 01:52:19 +0200 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2012-06-07 14:48:43 +0200 |
commit | 1a4fa1603ba4b3a55f3862a17c74b1224b55c1fd (patch) | |
tree | 66f440dbd96d5d81664e5b4fb8d4fabf4569dd22 /lib | |
parent | 9f7c6a1745f14c5b13058b28711102bb6350268c (diff) |
unwarminder: fix data_abort_handler (wrong address to UIE)
Change-Id: I060735363f2e408c42a8e11ac1f31dc96e3cb2d6
Diffstat (limited to 'lib')
-rw-r--r-- | lib/unwarminder/safe_read.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/unwarminder/safe_read.S b/lib/unwarminder/safe_read.S index 2e3fc78955..d18bf49c04 100644 --- a/lib/unwarminder/safe_read.S +++ b/lib/unwarminder/safe_read.S @@ -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: |