From d88078aa28ac371e9067e9e5db1d9b7285a6b8ab Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Thu, 29 Aug 2002 07:00:46 +0000 Subject: [PATCH] Added attribute_aligned. committer: mfx 1030604446 +0000 --- src/p_exe.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/p_exe.h b/src/p_exe.h index 021e9b88..ae4bc01c 100644 --- a/src/p_exe.h +++ b/src/p_exe.h @@ -87,7 +87,10 @@ protected: LE16 relocoffs; char __[2]; // overlnum LE32 firstreloc; - } ih, oh; + } + __attribute_packed; + + exe_header_t ih, oh; unsigned ih_exesize; unsigned ih_imagesize;