diff options
Diffstat (limited to 'i386')
-rw-r--r-- | i386/i386/trap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/trap.c b/i386/i386/trap.c index 555d7498..a9d0d8d2 100644 --- a/i386/i386/trap.c +++ b/i386/i386/trap.c @@ -245,7 +245,7 @@ dump_ss(regs); #endif FALSE, FALSE, - (void (*)()) 0); + vm_fault_no_continuation); #if MACH_KDB if (result == KERN_SUCCESS) { /* Look for watchpoints */ |