Changeset ca7858bb in rtems for cpukit/score/src/threadinitialize.c
- Timestamp:
- 07/26/00 19:28:11 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8c3c1763
- Parents:
- 17508d02
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/src/threadinitialize.c
r17508d02 rca7858bb 96 96 */ 97 97 98 #if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE ) 98 99 if ( is_fp ) { 99 100 … … 110 111 the_thread->fp_context = fp_area; 111 112 the_thread->Start.fp_context = fp_area; 113 #endif 112 114 113 115 /*
Note: See TracChangeset
for help on using the changeset viewer.