From 3a366988a0077474075d8f33ad76514d2fa0c5d6 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Fri, 24 Dec 2021 15:21:54 -0800 Subject: Standardized Formatting --- src/boot.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot.S') diff --git a/src/boot.S b/src/boot.S index 2a9b459..9128ba0 100644 --- a/src/boot.S +++ b/src/boot.S @@ -88,4 +88,4 @@ prefetch_handler: .word io_halt data_handler: .word io_halt unused_handler: .word io_halt irq_handler: .word irq -fiq_handler: .word fiq +fiq_handler: .word io_halt // fiq -- cgit v1.2.1