aboutsummaryrefslogtreecommitdiff
path: root/src/boot.S
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-01-22 22:21:24 -0700
committerChristian Cunningham <cc@localhost>2022-01-22 22:21:24 -0700
commit9c0cb4e1f7df02f24751833b384963917bbf2360 (patch)
tree5b4c6949a2b33717cd1264b582c5f61f2e0e644d /src/boot.S
parent523e704b4fead2a0b286480d27510e3912d54b79 (diff)
Fixed some stuff
Diffstat (limited to 'src/boot.S')
-rw-r--r--src/boot.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot.S b/src/boot.S
index 2106031..94de57f 100644
--- a/src/boot.S
+++ b/src/boot.S
@@ -174,10 +174,10 @@ fiq:
bne 1f
ldmfd sp!, {r0-r12,lr}
sub lr, #4
- stmfd sp!, {r0-r12,lr}
+ push {r3}
ldr r3, =irqlr
str lr, [r3, #0]
- ldmfd sp!, {r0-r12,lr}
+ pop {r3}
cps #0x13
b schedule
1: