forked from Imagelibrary/rtems
The fp_context field is needed if software or hardware floating point
is available.
This commit is contained in:
@@ -119,7 +119,7 @@ typedef struct {
|
|||||||
Priority_Control initial_priority; /* initial priority */
|
Priority_Control initial_priority; /* initial priority */
|
||||||
boolean core_allocated_stack;
|
boolean core_allocated_stack;
|
||||||
Stack_Control Initial_stack; /* stack information */
|
Stack_Control Initial_stack; /* stack information */
|
||||||
#if ( CPU_HARDWARE_FP == TRUE )
|
#if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE )
|
||||||
void *fp_context; /* initial FP context area address */
|
void *fp_context; /* initial FP context area address */
|
||||||
#endif
|
#endif
|
||||||
void *stack; /* initial stack area address */
|
void *stack; /* initial stack area address */
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ typedef struct {
|
|||||||
Priority_Control initial_priority; /* initial priority */
|
Priority_Control initial_priority; /* initial priority */
|
||||||
boolean core_allocated_stack;
|
boolean core_allocated_stack;
|
||||||
Stack_Control Initial_stack; /* stack information */
|
Stack_Control Initial_stack; /* stack information */
|
||||||
#if ( CPU_HARDWARE_FP == TRUE )
|
#if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE )
|
||||||
void *fp_context; /* initial FP context area address */
|
void *fp_context; /* initial FP context area address */
|
||||||
#endif
|
#endif
|
||||||
void *stack; /* initial stack area address */
|
void *stack; /* initial stack area address */
|
||||||
|
|||||||
Reference in New Issue
Block a user