From a0cf78bb86651d58850a798f29e6f7d2ac1dc4bb Mon Sep 17 00:00:00 2001 From: 0pc0de <44911576+op-code-syscall@users.noreply.github.com> Date: Sun, 12 Jul 2020 04:21:25 +0200 Subject: [PATCH] Update sys_fork.s --- sys_fork.s | 1 - 1 file changed, 1 deletion(-) diff --git a/sys_fork.s b/sys_fork.s index bc06447..d4ea1dd 100644 --- a/sys_fork.s +++ b/sys_fork.s @@ -17,7 +17,6 @@ _print_pid: syscall mov rdi, print_result mov rsi, rax - xor rax, rax call printf syscall jmp _exit