From 855edeca4f7c8ca92f6959e113cb4c41b33f99ea Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 30 Sep 1996 20:15:01 +0000 Subject: fixed incorrect placement of CPU_STRUCTURE_ALIGNMENT macro. --- cpukit/score/cpu/unix/cpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/unix/cpu.c') diff --git a/cpukit/score/cpu/unix/cpu.c b/cpukit/score/cpu/unix/cpu.c index 3c2fc5fb07..6c0f271c5e 100644 --- a/cpukit/score/cpu/unix/cpu.c +++ b/cpukit/score/cpu/unix/cpu.c @@ -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. -- cgit v1.2.3