diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-05-01 19:51:40 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-05-01 19:51:40 +0000 |
commit | 99f29909c348ac83e3a1f869b7fd15fad113865c (patch) | |
tree | 270ae4d1a53fd2f5c099e70850de4d97e0d5be85 | |
parent | 1c21066fc996e08f4518c3efb461713a255a1a0a (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.
-rw-r--r-- | kern/exception.c | 2 |
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 |