aboutsummaryrefslogtreecommitdiff
path: root/ft_list_push_front.s
diff options
context:
space:
mode:
Diffstat (limited to 'ft_list_push_front.s')
-rw-r--r--ft_list_push_front.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/ft_list_push_front.s b/ft_list_push_front.s
index 6a95909..320c49c 100644
--- a/ft_list_push_front.s
+++ b/ft_list_push_front.s
@@ -12,10 +12,10 @@
extern _malloc
-global _ft_list_push_front
+global ft_list_push_front
; void ft_list_push_front(t_list **begin_list, void *data);
-_ft_list_push_front:
+ft_list_push_front:
cmp rdi, 0
je FT_LIST_PUSH_FRONT_END