summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/PEF.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibCompiler/PEF.h')
-rw-r--r--dev/LibCompiler/PEF.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/LibCompiler/PEF.h b/dev/LibCompiler/PEF.h
index 6e8d288..fe6cfe1 100644
--- a/dev/LibCompiler/PEF.h
+++ b/dev/LibCompiler/PEF.h
@@ -77,10 +77,10 @@ typedef struct PEFContainer final {
UInt32 Kind;
UInt32 Abi;
UInt32 Cpu;
- UInt32 SubCpu; /* Cpu specific information */
- UIntPtr Start; /* Origin of code */
- SizeType HdrSz; /* Size of header */
- SizeType Count; /* container header count */
+ UInt32 SubCpu; /* Cpu specific information */
+ UIntPtr Start; /* Origin of code */
+ SizeType HdrSz; /* Size of header */
+ SizeType Count; /* container header count */
UInt32 Checksum; /* Whole binary checksum */
} PACKED PEFContainer, *PEFContainerPtr;