summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/i386/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-21 16:16:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-21 16:16:00 +0000
commit29381405894494c480d5fc0b030e1b13637d72e7 (patch)
treef525a8b45d518abcfdbf5ef70f51b5b28168df8b /c/src/exec/score/cpu/i386/cpu.h
parentFix from Eric Norum <eric@skatter.usask.ca>: (diff)
downloadrtems-29381405894494c480d5fc0b030e1b13637d72e7.tar.bz2
Spacing changes
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/i386/cpu.h29
1 files changed, 14 insertions, 15 deletions
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