From ba03f610c49e42c1913384095fcf5ef0f454885a Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Thu, 4 Nov 2010 17:06:03 +0100 Subject: [PATCH] * fix status size --- core/include/tcb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/include/tcb.h b/core/include/tcb.h index 34d7c14477..2de9827728 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;