Add workaround for some ARM compilers that do not always generate aligned accesses for packed structures.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9098 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney 2009-08-18 20:48:19 +00:00
parent fc0072c87e
commit 0b61020ad0
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ typedef struct {
/// The commond definition of QWORD, DWORD, and WORD /// The commond definition of QWORD, DWORD, and WORD
/// Address Space Descriptors /// Address Space Descriptors
/// ///
typedef struct { typedef PACKED struct {
UINT8 Desc; UINT8 Desc;
UINT16 Len; UINT16 Len;
UINT8 ResType; UINT8 ResType;