fix: ft_strcmp

This commit is contained in:
lohhiiccc 2026-06-12 14:08:38 +02:00
parent 31087cec92
commit 03e0cd8cdb

View file

@ -5,7 +5,7 @@ section .text
;rsi: const char *p2
ft_strcmp:
.loop
.loop:
movzx r10, byte [rdi]
inc rdi
movzx r11, byte [rsi]