summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pnx0101/crt0-pnx0101.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/pnx0101/crt0-pnx0101.S')
-rw-r--r--firmware/target/arm/pnx0101/crt0-pnx0101.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/pnx0101/crt0-pnx0101.S b/firmware/target/arm/pnx0101/crt0-pnx0101.S
index d785d09a3b..c8c4232a3a 100644
--- a/firmware/target/arm/pnx0101/crt0-pnx0101.S
+++ b/firmware/target/arm/pnx0101/crt0-pnx0101.S
@@ -174,7 +174,7 @@ vectors:
174 in UIE. 174 in UIE.
175 */ 175 */
176undef_instr_handler: 176undef_instr_handler:
177 mov r0, lr 177 sub r0, lr, #4
178 mov r1, #0 178 mov r1, #0
179 b UIE 179 b UIE
180 180