diff options
Diffstat (limited to 'src/boot.S')
-rw-r--r-- | src/boot.S | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -59,12 +59,6 @@ irq: pop {r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,lr} subs pc, lr, #4 -fiq: - push {r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,lr} - bl a_fiq_handler - pop {r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,lr} - subs pc, lr, #4 - .globl io_halt io_halt: wfi |