aboutsummaryrefslogtreecommitdiffhomepage
path: root/arch
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2020-12-01 21:41:19 +0000
committerjohannst <johannst@users.noreply.github.com>2020-12-01 21:41:19 +0000
commite3fd207e72ba389be33b65e56e0e3a06162773dc (patch)
tree472aba7007842290b234a7b8d73dc35b60beaf6d /arch
parentc3c7c5ce36319727daafee8360eb19e27b9a9b98 (diff)
downloadnotes-e3fd207e72ba389be33b65e56e0e3a06162773dc.tar.gz
notes-e3fd207e72ba389be33b65e56e0e3a06162773dc.zip
deploy: 1b493919365ce70152643da3336c685b640105f2
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64.html2
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, &quot;a&quot;, @progbits