diff --git a/core/include/tcb.h b/core/include/tcb.h index 34d7c1447..2de982772 100644 --- a/core/include/tcb.h +++ b/core/include/tcb.h @@ -34,7 +34,7 @@ typedef struct tcb { char* sp; - uint8_t status; + uint16_t status; uint16_t pid; uint16_t priority;