diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-01-27 02:37:23 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-01-27 02:37:23 +0000 |
commit | 963fb1f0cbfeaba3ad0b1b543b6e7c59861a15f1 (patch) | |
tree | 08a3e13a7f4f41fd639bd1d778a83abbcf1bc283 | |
parent | 97ccbf5875909cb2f263745fa9abd35f78c9164f (diff) |
Tue Jan 26 21:36:10 1999 Thomas Bushnell, BSG <tb@mit.edu>
* kern/exception.c (exception_no_server): Correctly comment out
the suspend code. (This should have happened on 17 April 1997,
but apparently I did it backwards.)
-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 22a0cf4..c7e0326 100644 --- a/kern/exception.c +++ b/kern/exception.c @@ -244,7 +244,7 @@ exception_no_server() thread_halt_self(); -#if 1 +#if 0 if (thread_suspend (self) == KERN_SUCCESS) thread_exception_return (); #endif |