From 61459bb285f241df35ce2abdb4719c4bddfbc7e9 Mon Sep 17 00:00:00 2001 From: Perry Kivolowitz Date: Sun, 7 Aug 2022 12:16:04 -0500 Subject: [PATCH] fuck me - added space back in someplace else --- more/strlen_for_c/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/more/strlen_for_c/README.md b/more/strlen_for_c/README.md index 16400ad..e0c743e 100644 --- a/more/strlen_for_c/README.md +++ b/more/strlen_for_c/README.md @@ -32,7 +32,7 @@ There is a third option as demonstrated by the .align 2 // 2 .text // 3 // 4 -main: str x30, [sp, -16]! // 5 +main: str x30, [sp, -16]! // 5 mov w0, 1 // stdout // 6 ldr x1, =s // pointer to string // 7 ldr x2, =ssize // pointer to computed length // 8