Changeset 47ca0d0a in rtems
- Timestamp:
- 08/01/00 18:26:02 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5ede9706
- Parents:
- 4f8473e
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/include/rtems/score/thread.h
r4f8473e r47ca0d0a 120 120 boolean core_allocated_stack; 121 121 Stack_Control Initial_stack; /* stack information */ 122 #if ( CPU_HARDWARE_FP == TRUE ) 122 #if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE ) 123 123 void *fp_context; /* initial FP context area address */ 124 124 #endif -
cpukit/score/include/rtems/score/thread.h
r4f8473e r47ca0d0a 120 120 boolean core_allocated_stack; 121 121 Stack_Control Initial_stack; /* stack information */ 122 #if ( CPU_HARDWARE_FP == TRUE ) 122 #if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE ) 123 123 void *fp_context; /* initial FP context area address */ 124 124 #endif
Note: See TracChangeset
for help on using the changeset viewer.