From 2baa2229f607c3787e0cb3ab9fa68cd284fe75da Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 17 Apr 1997 19:56:39 +0000 Subject: Thu Apr 17 15:55:40 1997 Thomas Bushnell, n/BSG * kern/exception.c (exception_no_server): Comment out the suspend code; it's useful for special case debugging, but causes problems in general. --- kern/exception.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kern') 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) { -- cgit v1.2.3