From 8b4a126ccca0694161bc3d0731f8b5c1ec66e5c8 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Fri, 18 Mar 2022 15:14:38 -0700 Subject: Snappier Refresh --- src/exceptions/irq.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exceptions') 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 -- cgit v1.2.1