From ddd44d5a680c26176a787d02bdb6987250af2b57 Mon Sep 17 00:00:00 2001 From: Kwarde Date: Sun, 6 Jul 2025 12:25:19 +0200 Subject: [PATCH] Remove comment that was supposed to be removed in the previous commit --- src/string.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/string.asm b/src/string.asm index 4db8e4c..a91e1fc 100644 --- a/src/string.asm +++ b/src/string.asm @@ -70,7 +70,7 @@ strcat: call strlen mov rcx, rax mov rdi, r8 - call strlen ;20 + call strlen mov r10, rax mov rdi, r8 add rcx, rax