diff options
Diffstat (limited to 'kc/core/cpu/cpu.c')
| -rw-r--r-- | kc/core/cpu/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kc/core/cpu/cpu.c b/kc/core/cpu/cpu.c index 7b48e30..d33d8a4 100644 --- a/kc/core/cpu/cpu.c +++ b/kc/core/cpu/cpu.c @@ -241,7 +241,7 @@ void isr_install(int vec, void (*isr)(void), int trap, unsigned ist) } else if (ist && ist > 7) { - panic(GENERAL_PANIC); + PANIC(GENERAL_PANIC); } } |
