Fix typo in hello-mes.S
This commit is contained in:
parent
f92e72d21c
commit
7576b66163
|
@ -28,7 +28,7 @@ _start:
|
|||
mov x8, #64
|
||||
mov x0, #1
|
||||
mov x1, hello
|
||||
mov x2, $(end-hello)
|
||||
mov x2, end-hello
|
||||
svc #0
|
||||
|
||||
mov x8, #93
|
||||
|
|
Loading…
Reference in a new issue