diff options
| author | Amlal <amlal@nekernel.org> | 2025-08-20 18:13:20 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-08-20 18:13:20 +0200 |
| commit | 616e9c53227f9d30159a606f7c90c732a4d39de3 (patch) | |
| tree | 87514a01b4f2ce02efa1a929bf3da7ab422c89a9 /dev | |
| parent | b24a39dac7e9a9ba89d333f86c6824e3004d4fcd (diff) | |
| parent | 918690e78ae54e4f763bb5756d7b9a5d5b04108a (diff) | |
Merge branch 'dev' of github.com:nekernel-org/nekernel into dev
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/libSystem/src/SystemProc.asm | 8 |
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 |
