diff --git a/src/ft_strdup.s b/src/ft_strdup.s index 00c525b..e93d066 100644 --- a/src/ft_strdup.s +++ b/src/ft_strdup.s @@ -23,9 +23,4 @@ ft_strdup: ret .malloc_error: - neg rax - mov rdi, rax - call __errno_location wrt ..plt - mov [rax], rdi - xor rax, rax ret