conditional added for the hppa gr27

This commit is contained in:
Joel Sherrill
1995-06-05 23:53:37 +00:00
parent e8512eb679
commit 6b782ab7dc
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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