aboutsummaryrefslogtreecommitdiff
path: root/src/irq.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/irq.S')
-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}