fix atoi and list_remove_if
This commit is contained in:
@ -9,8 +9,10 @@ ft_list_push_front:
|
||||
|
||||
push rdi
|
||||
push rsi
|
||||
sub rsp, 8
|
||||
mov rdi, 16
|
||||
call malloc wrt ..plt
|
||||
add rsp, 8
|
||||
pop rsi
|
||||
pop rdi
|
||||
|
||||
|
Reference in New Issue
Block a user