forked from Imagelibrary/rtems
conditional added for the hppa gr27
This commit is contained in:
@@ -360,7 +360,9 @@ uninitialized += (sizeof _CPU_Interrupt_stack_low) +
|
|||||||
|
|
||||||
/* cpu.h */
|
/* cpu.h */
|
||||||
uninitialized += (sizeof _CPU_Null_fp_context) +
|
uninitialized += (sizeof _CPU_Null_fp_context) +
|
||||||
|
#ifndef RTEMS_UNIX
|
||||||
(sizeof _CPU_Default_gr27) +
|
(sizeof _CPU_Default_gr27) +
|
||||||
|
#endif
|
||||||
(sizeof _CPU_Interrupt_stack_low) +
|
(sizeof _CPU_Interrupt_stack_low) +
|
||||||
(sizeof _CPU_Interrupt_stack_high);
|
(sizeof _CPU_Interrupt_stack_high);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -360,7 +360,9 @@ uninitialized += (sizeof _CPU_Interrupt_stack_low) +
|
|||||||
|
|
||||||
/* cpu.h */
|
/* cpu.h */
|
||||||
uninitialized += (sizeof _CPU_Null_fp_context) +
|
uninitialized += (sizeof _CPU_Null_fp_context) +
|
||||||
|
#ifndef RTEMS_UNIX
|
||||||
(sizeof _CPU_Default_gr27) +
|
(sizeof _CPU_Default_gr27) +
|
||||||
|
#endif
|
||||||
(sizeof _CPU_Interrupt_stack_low) +
|
(sizeof _CPU_Interrupt_stack_low) +
|
||||||
(sizeof _CPU_Interrupt_stack_high);
|
(sizeof _CPU_Interrupt_stack_high);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user