diff options
Diffstat (limited to 'kern/ast.c')
-rw-r--r-- | kern/ast.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ ast_taken(void) if (self != current_processor()->idle_thread) { #ifndef MIGRATING_THREADS while (thread_should_halt(self)) - thread_halt_self(); + thread_halt_self(thread_exception_return); #endif /* |