diff options
author | Christian Cunningham <cc@localhost> | 2021-11-13 00:58:01 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2021-11-13 00:58:01 -0700 |
commit | 86a5b8c4d63775373b8c94933a637884dfe9ea29 (patch) | |
tree | 03d96b2bac98a902252b0a05bc35bc39053ae2fa | |
parent | 45f83cfebe49b4cc073848511c3ee5a12a30a049 (diff) |
Removed premature exit
-rw-r--r-- | src/irq.S | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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} |