summaryrefslogtreecommitdiff
path: root/asm/int_syscall_handler.asm
diff options
context:
space:
mode:
Diffstat (limited to 'asm/int_syscall_handler.asm')
-rw-r--r--asm/int_syscall_handler.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/int_syscall_handler.asm b/asm/int_syscall_handler.asm
index b50eaf7..d928519 100644
--- a/asm/int_syscall_handler.asm
+++ b/asm/int_syscall_handler.asm
@@ -29,7 +29,6 @@ pid: dd 0x0
int_syscall_handler:
-
cmp eax, 72
je call_fork
@@ -226,6 +225,7 @@ call_sbrk:
call_has_data:
call syscall_has_data_waiting
jmp done
+
call_tune:
call syscall_tune
jmp done