summaryrefslogtreecommitdiffhomepage
path: root/dev/libSystem/src/SystemProc.asm
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-08-20 18:13:20 +0200
committerAmlal <amlal@nekernel.org>2025-08-20 18:13:20 +0200
commit616e9c53227f9d30159a606f7c90c732a4d39de3 (patch)
tree87514a01b4f2ce02efa1a929bf3da7ab422c89a9 /dev/libSystem/src/SystemProc.asm
parentb24a39dac7e9a9ba89d333f86c6824e3004d4fcd (diff)
parent918690e78ae54e4f763bb5756d7b9a5d5b04108a (diff)
Merge branch 'dev' of github.com:nekernel-org/nekernel into dev
Diffstat (limited to 'dev/libSystem/src/SystemProc.asm')
-rw-r--r--dev/libSystem/src/SystemProc.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/libSystem/src/SystemProc.asm b/dev/libSystem/src/SystemProc.asm
index 8adcea0b..991a371f 100644
--- a/dev/libSystem/src/SystemProc.asm
+++ b/dev/libSystem/src/SystemProc.asm
@@ -24,7 +24,7 @@ libsys_syscall_arg_1:
xor rax, rax
- int 50
+ syscall
pop rbp
@@ -39,7 +39,7 @@ libsys_syscall_arg_2:
xor rax, rax
- int 50
+ syscall
pop rbp
@@ -55,7 +55,7 @@ libsys_syscall_arg_3:
xor rax, rax
- int 50
+ syscall
pop rbp
@@ -74,7 +74,7 @@ libsys_syscall_arg_4:
xor rax, rax
- int 50
+ syscall
pop rbp