diff options
Diffstat (limited to 'arch/x86_64.html')
-rw-r--r-- | arch/x86_64.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64.html b/arch/x86_64.html index 19a9f09..ace7ed0 100644 --- a/arch/x86_64.html +++ b/arch/x86_64.html @@ -325,7 +325,7 @@ _start: syscall mov rdi, 0 # exit code - mov rax, 1 # exit(2) syscall nr + mov rax, 60 # exit(2) syscall nr syscall .section .rdonly, "a", @progbits |