aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2021-11-13 00:58:01 -0700
committerChristian Cunningham <cc@localhost>2021-11-13 00:58:01 -0700
commit86a5b8c4d63775373b8c94933a637884dfe9ea29 (patch)
tree03d96b2bac98a902252b0a05bc35bc39053ae2fa /src
parent45f83cfebe49b4cc073848511c3ee5a12a30a049 (diff)
Removed premature exit
Diffstat (limited to 'src')
-rw-r--r--src/irq.S1
1 files changed, 0 insertions, 1 deletions
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}