fix: ft_strcmp
This commit is contained in:
parent
31087cec92
commit
03e0cd8cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ section .text
|
|||
;rsi: const char *p2
|
||||
ft_strcmp:
|
||||
|
||||
.loop
|
||||
.loop:
|
||||
movzx r10, byte [rdi]
|
||||
inc rdi
|
||||
movzx r11, byte [rsi]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue