diff options
author | Christian Cunningham <cc@localhost> | 2022-01-19 12:15:51 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-01-19 12:15:51 -0700 |
commit | a7bd9730f1d5f98e8d9e1af5f88822707907beb5 (patch) | |
tree | 3cc88b7ec9de113b737277f342622b1468aa178c | |
parent | e62b337fa928cf6799cac491d8794ffd3cb07eac (diff) |
Move SVC number to message line
-rw-r--r-- | src/boot.S | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |