diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-04-17 19:56:39 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-04-17 19:56:39 +0000 |
commit | 2baa2229f607c3787e0cb3ab9fa68cd284fe75da (patch) | |
tree | 6b91eb9abbf1b80ad4e12c8cc0c072f9d66d5a50 | |
parent | af5d63c4bc9aaa62b9209231cb2a1dfbe7e62514 (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, 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) { |