summaryrefslogtreecommitdiffstats
path: root/misc/pascal/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-02-05 20:51:03 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-02-05 20:51:03 +0000
commitae9bb9a0979331c20dc67962a1dc0ed875de49d7 (patch)
tree9177f3eca76c07f59623ad1746e50517f2196f41 /misc/pascal/include
parentcbaa0c36974559cda3c7b4a465dabe71b97f0d21 (diff)
Pad structures so they are aligned
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@633 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'misc/pascal/include')
-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 e446a87b7e..5f8e360cfc 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)
*/