From 86a5b8c4d63775373b8c94933a637884dfe9ea29 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sat, 13 Nov 2021 00:58:01 -0700 Subject: Removed premature exit --- src/irq.S | 1 - 1 file changed, 1 deletion(-) (limited to 'src/irq.S') diff --git a/src/irq.S b/src/irq.S index dea37f4..5434a60 100644 --- a/src/irq.S +++ b/src/irq.S @@ -40,7 +40,6 @@ a_fiq_handler: bl disable_fiq ldr r0, =fmsg bl uart_string - pop {pc} a_fiq_handler.exit: bl enable_fiq pop {pc} -- cgit v1.2.1