diff options
author | Christian Cunningham <cc@localhost> | 2022-02-19 13:40:17 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-02-19 13:40:17 -0700 |
commit | 9de5e07bc3920d4b03903eb5b78847973075059b (patch) | |
tree | cd0c23664beccb4c53f532650d94b722dec5f453 /src/exceptions | |
parent | 5419a7174ef491427797196903c35ce921129f27 (diff) |
Added comments and cleanup
Diffstat (limited to 'src/exceptions')
-rw-r--r-- | src/exceptions/svc.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/exceptions/svc.S b/src/exceptions/svc.S index cffa09c..c23df82 100644 --- a/src/exceptions/svc.S +++ b/src/exceptions/svc.S @@ -82,6 +82,3 @@ svc_000005: // Release Lock b svc_exit svc_exit: ldmfd sp!, {r0-r12,pc}^ - -.section .data -svc_msg: .asciz "SVC Handler #" |