add ft_list_sort
This commit is contained in:
@ -5,7 +5,7 @@ section .text
|
||||
|
||||
ft_list_push_front:
|
||||
test rdi, rdi
|
||||
je err
|
||||
jz err
|
||||
|
||||
push rdi
|
||||
push rsi
|
||||
@ -15,7 +15,7 @@ ft_list_push_front:
|
||||
pop rdi
|
||||
|
||||
test rax, rax ; did malloc return 0
|
||||
je err
|
||||
jz err
|
||||
|
||||
push rdi
|
||||
mov rdi, [rdi]
|
||||
|
Reference in New Issue
Block a user