From 3deb2df8e62a5f0a5535ee734a5aa13b0959f53f Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Mon, 25 Mar 2024 21:02:58 +0100 Subject: Random changes --- kernel/cpu/syscall.c | 1 + 1 file changed, 1 insertion(+) (limited to 'kernel/cpu') diff --git a/kernel/cpu/syscall.c b/kernel/cpu/syscall.c index 6b260d3..7734f4e 100644 --- a/kernel/cpu/syscall.c +++ b/kernel/cpu/syscall.c @@ -205,6 +205,7 @@ int (*syscall_functions[])() = { (void(*))syscall_queue_create, (void(*))syscall_queue_add, (void(*))syscall_queue_wait, + (void(*))syscall_munmap, }; void int_syscall(reg_t *r); -- cgit v1.2.3