Skip to content

Commit

Permalink
Update sys_fork.s
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexterl33t authored Jul 12, 2020
1 parent 311a855 commit a0cf78b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sys_fork.s
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ _print_pid:
syscall
mov rdi, print_result
mov rsi, rax
xor rax, rax
call printf
syscall
jmp _exit
Expand Down

0 comments on commit a0cf78b

Please sign in to comment.