aboutsummaryrefslogtreecommitdiff
path: root/ft_write.s
diff options
context:
space:
mode:
Diffstat (limited to 'ft_write.s')
-rw-r--r--ft_write.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/ft_write.s b/ft_write.s
index c558ab6..2e3ba00 100644
--- a/ft_write.s
+++ b/ft_write.s
@@ -10,10 +10,10 @@
; ;
; **************************************************************************** ;
-global _ft_write
+global ft_write
; int ft_write(int, const void*, size_t);
-_ft_write:
+ft_write:
mov rax, 0x2000004
syscall
ret