summaryrefslogtreecommitdiff
path: root/misc/pascal
diff options
context:
space:
mode:
Diffstat (limited to 'misc/pascal')
-rw-r--r--misc/pascal/include/poff.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/pascal/include/poff.h b/misc/pascal/include/poff.h
index e446a87b7..5f8e360cf 100644
--- a/misc/pascal/include/poff.h
+++ b/misc/pascal/include/poff.h
@@ -193,6 +193,10 @@ struct poffFileHeader_s
ubyte fh_arch;
+ /* Pad so that the next field is aligned */
+
+ ubyte fh_padding;
+
/* fh_shsize is the size a section header. This should be
* sizeof(poffSectionHeader_t)
*/