From a7bd9730f1d5f98e8d9e1af5f88822707907beb5 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 19 Jan 2022 12:15:51 -0700 Subject: Move SVC number to message line --- src/boot.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/boot.S b/src/boot.S index da2d602..c892afc 100644 --- a/src/boot.S +++ b/src/boot.S @@ -174,7 +174,7 @@ fiq_handler: .word io_halt_fiq .section .data undefined_msg: .asciz "Undefined Handler\nUNDEF " undefined_at: .asciz " @ 0x" -svc_msg: .asciz "SVC Handler\nSVC #" +svc_msg: .asciz "SVC Handler #" prefetch_msg: .asciz "Prefetch Handler\n" data_msg: .asciz "Data Handler\n" fiq_msg: .asciz "FIQ\n" -- cgit v1.2.1