From 29381405894494c480d5fc0b030e1b13637d72e7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 21 Aug 1998 16:16:00 +0000 Subject: Spacing changes --- c/src/exec/score/cpu/i386/cpu.c | 1 - c/src/exec/score/cpu/i386/cpu.h | 29 ++++++++++++++--------------- 2 files changed, 14 insertions(+), 16 deletions(-) (limited to 'c/src/exec/score/cpu') diff --git a/c/src/exec/score/cpu/i386/cpu.c b/c/src/exec/score/cpu/i386/cpu.c index 4f9274bfd6..70d7fd3267 100644 --- a/c/src/exec/score/cpu/i386/cpu.c +++ b/c/src/exec/score/cpu/i386/cpu.c @@ -82,4 +82,3 @@ void _CPU_Thread_Idle_body () asm volatile ("hlt"); } } - diff --git a/c/src/exec/score/cpu/i386/cpu.h b/c/src/exec/score/cpu/i386/cpu.h index 1b6053912a..d4806a2be4 100644 --- a/c/src/exec/score/cpu/i386/cpu.h +++ b/c/src/exec/score/cpu/i386/cpu.h @@ -123,21 +123,20 @@ typedef struct { */ typedef struct { - - unsigned32 edi, - esi, - ebp, - esp0, - ebx, - edx, - ecx, - eax, - idtIndex, - faultCode, - eip, - cs, - eflags; -}CPU_Exception_frame; + unsigned32 edi; + unsigned32 esi; + unsigned32 ebp; + unsigned32 esp0; + unsigned32 ebx; + unsigned32 edx; + unsigned32 ecx; + unsigned32 eax; + unsigned32 idtIndex; + unsigned32 faultCode; + unsigned32 eip; + unsigned32 cs; + unsigned32 eflags; +} CPU_Exception_frame; /* * The following structure defines the set of information saved -- cgit v1.2.3