From 98162c35fb7e48ba17c03356a0eda844d59d84de Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 5 Jun 1996 14:45:45 +0000 Subject: added boolean to indicate whether or not the stack area was provided by the api. --- c/src/exec/score/headers/thread.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/exec/score/headers') diff --git a/c/src/exec/score/headers/thread.h b/c/src/exec/score/headers/thread.h index a6c7591266..a0fa5059be 100644 --- a/c/src/exec/score/headers/thread.h +++ b/c/src/exec/score/headers/thread.h @@ -70,6 +70,7 @@ typedef struct { boolean is_timeslice; unsigned32 isr_level; Priority_Control initial_priority; /* initial priority */ + boolean core_allocated_stack; Stack_Control Initial_stack; /* stack information */ void *fp_context; /* initial FP context area address */ void *stack; /* initial FP context area address */ -- cgit v1.2.3