diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-02-03 19:45:00 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-02-03 19:45:00 +0000 |
| commit | 073e21313eb1d11027985e0367159de6ecad0f9e (patch) | |
| tree | 20865bd11b59aa34797d2b83ac2056c56f33e071 /kc/core/cpu.h | |
| parent | 65430cd09f3b6162187d66d66f860e8883f8ff9b (diff) | |
bad conditional
Diffstat (limited to 'kc/core/cpu.h')
| -rw-r--r-- | kc/core/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kc/core/cpu.h b/kc/core/cpu.h index a8da9bf..6986422 100644 --- a/kc/core/cpu.h +++ b/kc/core/cpu.h @@ -9,7 +9,7 @@ void cpu_init(void); noreturn void cpu_task_begin(void); void cpu_task_set(struct kc_thread *task); -void isr_install(int vec, void (*isr)(void), int ist, int trap); +void isr_install(int vec, void (*isr)(void), int trap, unsigned ist); void ist_install(int ist, void *stack); void int_enable(void); |
