aboutsummaryrefslogtreecommitdiffstats
path: root/src/e_err.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/e_err.S')
-rw-r--r--src/e_err.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/e_err.S b/src/e_err.S
index e29e105..308a062 100644
--- a/src/e_err.S
+++ b/src/e_err.S
@@ -100,7 +100,7 @@ e_execve:
e_exit:
xor %rax, %rax
- movb $0x1, %al /* sys_exit */
+ movb $0x1, %al /* SYS_exit */
syscall
.data