summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/unwarminder/safe_read.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unwarminder/safe_read.S b/lib/unwarminder/safe_read.S
index d18bf49c04..1969c7e0c6 100644
--- a/lib/unwarminder/safe_read.S
+++ b/lib/unwarminder/safe_read.S
@@ -137,6 +137,6 @@ data_abort_handler:
137 @ restore registers 137 @ restore registers
138 ldmfd sp!, {r0-r1} 138 ldmfd sp!, {r0-r1}
139 @ restore mode and jump back to the *next* instruction 139 @ restore mode and jump back to the *next* instruction
140 subs pc, lr, #-4 140 subs pc, lr, #4
141.size data_abort_handler, . - data_abort_handler 141.size data_abort_handler, . - data_abort_handler
142#endif 142#endif