summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-05-01 19:51:40 +0000
committerThomas Bushnell <thomas@gnu.org>1997-05-01 19:51:40 +0000
commit99f29909c348ac83e3a1f869b7fd15fad113865c (patch)
tree270ae4d1a53fd2f5c099e70850de4d97e0d5be85 /kern
parent1c21066fc996e08f4518c3efb461713a255a1a0a (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, 1 insertions, 1 deletions
diff --git a/kern/exception.c b/kern/exception.c
index c7e0326..22a0cf4 100644
--- a/kern/exception.c
+++ b/kern/exception.c
@@ -244,7 +244,7 @@ exception_no_server()
thread_halt_self();
-#if 0
+#if 1
if (thread_suspend (self) == KERN_SUCCESS)
thread_exception_return ();
#endif