strcpy: fix: return value
This commit is contained in:
parent
1d7727e9ff
commit
b86d5dbab9
@ -15,5 +15,5 @@ loop:
|
||||
|
||||
jmp loop
|
||||
out:
|
||||
mov rax, rcx
|
||||
mov rax, rdi
|
||||
ret
|
Loading…
Reference in New Issue
Block a user