summaryrefslogtreecommitdiff
path: root/kern/exception.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/exception.c')
-rw-r--r--kern/exception.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/exception.c b/kern/exception.c
index e50541b..c7e0326 100644
--- a/kern/exception.c
+++ b/kern/exception.c
@@ -244,8 +244,10 @@ exception_no_server()
thread_halt_self();
+#if 0
if (thread_suspend (self) == KERN_SUCCESS)
thread_exception_return ();
+#endif
#if MACH_KDB
if (debug_user_with_kdb) {