summaryrefslogtreecommitdiff
path: root/kernel/exceptions.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/exceptions.c')
-rw-r--r--kernel/exceptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/exceptions.c b/kernel/exceptions.c
index a69a49e..a092055 100644
--- a/kernel/exceptions.c
+++ b/kernel/exceptions.c
@@ -127,6 +127,6 @@ uint32_t exception_handle(uint32_t esp, uint32_t irq)
task_syscall(SYSCALL_EXIT,task_get_current_pid(),0,0);
scheduler_wake_all();
- return scheduler_run(esp);
+ return scheduler_run(esp,0);
}