aboutsummaryrefslogtreecommitdiff
path: root/src/exceptions
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-03-18 15:14:38 -0700
committerChristian Cunningham <cc@localhost>2022-03-18 15:14:38 -0700
commit8b4a126ccca0694161bc3d0731f8b5c1ec66e5c8 (patch)
tree021e33527230dc2c11158efc298072058326acd4 /src/exceptions
parente5e023ef7ba4b4ae3dcd04ef632d26fae3a43cae (diff)
Snappier Refresh
Diffstat (limited to 'src/exceptions')
-rw-r--r--src/exceptions/irq.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exceptions/irq.S b/src/exceptions/irq.S
index db8b4cd..2c1a6e8 100644
--- a/src/exceptions/irq.S
+++ b/src/exceptions/irq.S
@@ -1,7 +1,7 @@
.section ".text.exceptions"
.globl irq
irq:
- cpsid aif
+ cpsid ai
push {r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,lr}
// Run IRQ handler
bl c_irq_handler