summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-04-17 19:56:39 +0000
committerThomas Bushnell <thomas@gnu.org>1997-04-17 19:56:39 +0000
commit2baa2229f607c3787e0cb3ab9fa68cd284fe75da (patch)
tree6b91eb9abbf1b80ad4e12c8cc0c072f9d66d5a50 /kern
parentaf5d63c4bc9aaa62b9209231cb2a1dfbe7e62514 (diff)
Thu Apr 17 15:55:40 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* kern/exception.c (exception_no_server): Comment out the suspend code; it's useful for special case debugging, but causes problems in general.
Diffstat (limited to 'kern')
-rw-r--r--kern/exception.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/exception.c b/kern/exception.c
index e50541b8..c7e03264 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) {