Framework for exporting system header to user space (#59)
[lunaix-os.git] / lunaix-os / usr / libc / arch / x86_64 / crt0.S
index 25786df1094825aa5a4e75a5c4fb8a6f87e45bf8..01c69db46f277f58ba11e9c594759eb8e60271ec 100644 (file)
@@ -21,7 +21,7 @@
         
     1:
         movq %rax, %rbx
-        movq $__SYSCALL__exit, %rax
+        movq $__NR__lxsys_exit, %rax
         int $33
 
         ud2 // should not reach
\ No newline at end of file