From 3a8ed19bf83f11ff00c4904fab2cc083b7e33478 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 5 Jan 2022 14:01:29 -0800 Subject: Cleaned up/ Standardized --- src/boot.S | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/boot.S') diff --git a/src/boot.S b/src/boot.S index 9128ba0..f21c4fe 100644 --- a/src/boot.S +++ b/src/boot.S @@ -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 -- cgit v1.2.1