diff options
Diffstat (limited to 'kern/profile.c')
-rw-r--r-- | kern/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/profile.c b/kern/profile.c index 2c9c44b..1381b1a 100644 --- a/kern/profile.c +++ b/kern/profile.c @@ -172,7 +172,7 @@ printf("profile_thread: mach_msg failed returned %x\n",(int)mr); sizeof(struct buf_to_send)); } - thread_halt_self(); + thread_halt_self(thread_exception_return); } |