From 7576b66163a48114bea0193a38e2fe255ee0d6ec Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Thu, 2 Nov 2023 21:11:33 +0000 Subject: [PATCH] Fix typo in hello-mes.S --- lib/linux/aarch64-mes-gcc/hello-mes.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linux/aarch64-mes-gcc/hello-mes.S b/lib/linux/aarch64-mes-gcc/hello-mes.S index ef63dc1d..0c3a8837 100644 --- a/lib/linux/aarch64-mes-gcc/hello-mes.S +++ b/lib/linux/aarch64-mes-gcc/hello-mes.S @@ -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