fixed incorrect placement of CPU_STRUCTURE_ALIGNMENT macro.

This commit is contained in:
Joel Sherrill
1996-09-30 20:15:01 +00:00
parent 8880e9c7a9
commit 855edeca4f
2 changed files with 4 additions and 4 deletions

View File

@@ -64,9 +64,9 @@ void _CPU_ISR_Handler(int);
static sigset_t _CPU_Signal_mask;
static Context_Control_overlay
CPU_STRUCTURE_ALIGNMENT _CPU_Context_Default_with_ISRs_enabled;
_CPU_Context_Default_with_ISRs_enabled CPU_STRUCTURE_ALIGNMENT;
static Context_Control_overlay
CPU_STRUCTURE_ALIGNMENT _CPU_Context_Default_with_ISRs_disabled;
_CPU_Context_Default_with_ISRs_disabled CPU_STRUCTURE_ALIGNMENT;
/*
* Which cpu are we? Used by libcpu and libbsp.

View File

@@ -64,9 +64,9 @@ void _CPU_ISR_Handler(int);
static sigset_t _CPU_Signal_mask;
static Context_Control_overlay
CPU_STRUCTURE_ALIGNMENT _CPU_Context_Default_with_ISRs_enabled;
_CPU_Context_Default_with_ISRs_enabled CPU_STRUCTURE_ALIGNMENT;
static Context_Control_overlay
CPU_STRUCTURE_ALIGNMENT _CPU_Context_Default_with_ISRs_disabled;
_CPU_Context_Default_with_ISRs_disabled CPU_STRUCTURE_ALIGNMENT;
/*
* Which cpu are we? Used by libcpu and libbsp.