summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/unwarminder/safe_read.S1
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:
127 cmp r0, r1 127 cmp r0, r1
128 beq 1f 128 beq 1f
129 @ otherwise just normally to UIE 129 @ otherwise just normally to UIE
130 mov r0, r1
131 mov r1, #2 130 mov r1, #2
132 b UIE 131 b UIE
1331: 1321: