aboutsummaryrefslogtreecommitdiff
path: root/src/exceptions
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-02-19 13:40:17 -0700
committerChristian Cunningham <cc@localhost>2022-02-19 13:40:17 -0700
commit9de5e07bc3920d4b03903eb5b78847973075059b (patch)
treecd0c23664beccb4c53f532650d94b722dec5f453 /src/exceptions
parent5419a7174ef491427797196903c35ce921129f27 (diff)
Added comments and cleanup
Diffstat (limited to 'src/exceptions')
-rw-r--r--src/exceptions/svc.S3
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 #"