diff options
-rw-r--r-- | kernel/boot/idt/exceptions.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/boot/idt/exceptions.cc b/kernel/boot/idt/exceptions.cc index bcd96d5..79ffd68 100644 --- a/kernel/boot/idt/exceptions.cc +++ b/kernel/boot/idt/exceptions.cc @@ -25,7 +25,7 @@ namespace IDT { -extern "C" void +void exception_handler(void) { ASSERT_NOT_REACHED(); |