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