Fix typo in hello-mes.S

This commit is contained in:
Artemis Tosini 2023-11-02 21:11:33 +00:00
parent f92e72d21c
commit 7576b66163
Signed by: artemist
GPG key ID: ADFFE553DCBB831E

View file

@ -28,7 +28,7 @@ _start:
mov x8, #64 mov x8, #64
mov x0, #1 mov x0, #1
mov x1, hello mov x1, hello
mov x2, $(end-hello) mov x2, end-hello
svc #0 svc #0
mov x8, #93 mov x8, #93