diff --git a/userland/arch/aarch64/freestanding/linux/hello.S b/userland/arch/aarch64/freestanding/linux/hello.S index c95cb33..c568b68 100644 --- a/userland/arch/aarch64/freestanding/linux/hello.S +++ b/userland/arch/aarch64/freestanding/linux/hello.S @@ -19,4 +19,4 @@ asm_main_after_prologue: svc 0 msg: .ascii "hello\n" -len = . - msg + len = . - msg diff --git a/userland/arch/arm/freestanding/linux/hello.S b/userland/arch/arm/freestanding/linux/hello.S index 5f0bafe..cb289ee 100644 --- a/userland/arch/arm/freestanding/linux/hello.S +++ b/userland/arch/arm/freestanding/linux/hello.S @@ -19,4 +19,4 @@ _start: svc 0 msg: .ascii "hello\n" -len = . - msg + len = . - msg