diff options
Diffstat (limited to 'kern/machine.h')
-rw-r--r-- | kern/machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/machine.h b/kern/machine.h index af2b7e9..c67213a 100644 --- a/kern/machine.h +++ b/kern/machine.h @@ -53,6 +53,6 @@ extern kern_return_t processor_shutdown (processor_t); /* * action_thread() shuts down processors or changes their assignment. */ -extern void action_thread_continue (void); +extern void action_thread_continue (void) __attribute__((noreturn)); #endif /* _MACHINE_H_ */ |