summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/crt0.S')
-rw-r--r--firmware/target/arm/imx31/crt0.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/crt0.S b/firmware/target/arm/imx31/crt0.S
index 4afec85568..0841cb9276 100644
--- a/firmware/target/arm/imx31/crt0.S
+++ b/firmware/target/arm/imx31/crt0.S
@@ -341,7 +341,7 @@ remap_end:
341 * we're in. Second parameter is exception number, used for a string lookup 341 * we're in. Second parameter is exception number, used for a string lookup
342 * in UIE. */ 342 * in UIE. */
343undef_instr_handler: 343undef_instr_handler:
344 mov r0, lr 344 sub r0, lr, #4
345 mov r1, #0 345 mov r1, #0
346 b UIE 346 b UIE
347 347