summaryrefslogtreecommitdiff
path: root/sh.asm
diff options
context:
space:
mode:
Diffstat (limited to 'sh.asm')
-rw-r--r--sh.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh.asm b/sh.asm
index 81c7977..0ef79d4 100644
--- a/sh.asm
+++ b/sh.asm
@@ -109,7 +109,7 @@ _wait_for_proc:
mov rsi, rax
mov rax, sys_waitid
- mov rdi, 0
+ xor rdi, rdi
xor rdx, rdx
mov r10, P_PGID
xor r8, r8