diff options
-rw-r--r-- | sys/include/sys/proc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/sys/proc.h b/sys/include/sys/proc.h index 25f5fd3..2f1470a 100644 --- a/sys/include/sys/proc.h +++ b/sys/include/sys/proc.h @@ -68,7 +68,7 @@ struct proc { size_t priority; int exit_status; bool rested; - uint32_t flags; + volatile uint32_t flags; uint32_t nleaves; uintptr_t stack_base; struct spinlock ksigq_lock; |