diff options
Diffstat (limited to 'kern')
-rw-r--r-- | kern/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/thread.c b/kern/thread.c index 204a7f5..79f526a 100644 --- a/kern/thread.c +++ b/kern/thread.c @@ -861,7 +861,7 @@ void thread_force_terminate( register thread_t thread) { - boolean_t deallocate_here = FALSE; + boolean_t deallocate_here; spl_t s; ipc_thread_disable(thread); |