aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-01-19 12:15:51 -0700
committerChristian Cunningham <cc@localhost>2022-01-19 12:15:51 -0700
commita7bd9730f1d5f98e8d9e1af5f88822707907beb5 (patch)
tree3cc88b7ec9de113b737277f342622b1468aa178c /src
parente62b337fa928cf6799cac491d8794ffd3cb07eac (diff)
Move SVC number to message line
Diffstat (limited to 'src')
-rw-r--r--src/boot.S2
1 files changed, 1 insertions, 1 deletions
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"