Add pack(1) for boot scipt structure.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1960 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
#define EFI_BOOT_SCRIPT_TABLE_OPCODE 0xAA
|
||||
#define EFI_BOOT_SCRIPT_TERMINATE_OPCODE 0xFF
|
||||
|
||||
#pragma pack(1)
|
||||
|
||||
//
|
||||
// EFI Boot Script Width
|
||||
//
|
||||
@@ -204,4 +206,6 @@ typedef union {
|
||||
UINT8 *Raw;
|
||||
} BOOT_SCRIPT_POINTERS;
|
||||
|
||||
#pragma pack()
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user