summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i386/i386/trap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/i386/i386/trap.c b/i386/i386/trap.c
index 90650b31..4f6c457f 100644
--- a/i386/i386/trap.c
+++ b/i386/i386/trap.c
@@ -65,6 +65,9 @@
#include "debug.h"
+/* Called from assembly (locore.S) */
+void handle_double_fault(struct i386_saved_state *regs);
+
#if MACH_KDB
boolean_t debug_all_traps_with_kdb = FALSE;
extern struct db_watchpoint *db_watchpoint_list;