aboutsummaryrefslogtreecommitdiff
path: root/src/boot.S
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-01-25 13:33:37 -0700
committerChristian Cunningham <cc@localhost>2022-01-25 13:33:37 -0700
commitf149d8e0e3f7785a6b8906d0914c301a5abcb8a3 (patch)
treec2d0d845b680065970b6191b2ebe62f57e4c9f3f /src/boot.S
parentf56358794159c1fb7af01dbe1e0fab3603de8ff5 (diff)
Updated README
Diffstat (limited to 'src/boot.S')
-rw-r--r--src/boot.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot.S b/src/boot.S
index 8900980..0cbd8e3 100644
--- a/src/boot.S
+++ b/src/boot.S
@@ -106,6 +106,7 @@ undefined:
// subs pc, lr, #4
ldmfd sp!, {r0-r12,pc}^
svc:
+ cpsid f
stmfd sp!, {r0-r12,lr}
ldr r0, [lr, #-4]
bic r0, #0xFF000000