Changeset b6770d1 in rtems for c/src/exec/score/headers/thread.h
- Timestamp:
- 10/06/97 21:29:29 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ffa6183
- Parents:
- 7e4938c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/headers/thread.h
r7e4938c rb6770d1 99 99 Stack_Control Initial_stack; /* stack information */ 100 100 void *fp_context; /* initial FP context area address */ 101 void *stack; /* initial FP context area address*/101 void *stack; /* initial stack area address */ 102 102 } Thread_Start_information; 103 103
Note: See TracChangeset
for help on using the changeset viewer.