summaryrefslogtreecommitdiff
path: root/lib/semihosting
diff options
context:
space:
mode:
Diffstat (limited to 'lib/semihosting')
-rw-r--r--lib/semihosting/aarch64/semihosting_call.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/semihosting/aarch64/semihosting_call.S b/lib/semihosting/aarch64/semihosting_call.S
index 07145f5d..9ece6249 100644
--- a/lib/semihosting/aarch64/semihosting_call.S
+++ b/lib/semihosting/aarch64/semihosting_call.S
@@ -32,6 +32,6 @@
.section .text, "ax"
-semihosting_call:; .type semihosting_call, %function
+semihosting_call: ; .type semihosting_call, %function
hlt #0xf000
ret