Changeset 499d443 in rtems for c/src/exec/score/include/rtems/score/thread.h
- Timestamp:
- 08/01/00 19:42:39 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b812f84
- Parents:
- 5ede9706
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/include/rtems/score/thread.h
r5ede9706 r499d443 218 218 Thread_Start_information Start; 219 219 Context_Control Registers; 220 #if ( CPU_HARDWARE_FP == TRUE ) 220 #if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE ) 221 221 void *fp_context; 222 222 #endif … … 313 313 */ 314 314 315 #if ( CPU_HARDWARE_FP == TRUE ) 315 #if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE ) 316 316 SCORE_EXTERN Thread_Control *_Thread_Allocated_fp; 317 317 #endif
Note: See TracChangeset
for help on using the changeset viewer.