mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
according to DataHubSubclass spec, all fields of data record should be naturally alignment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8821 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
66ea28dffd
commit
13b3137440
@ -1549,8 +1549,6 @@ typedef struct {
|
|||||||
|
|
||||||
#define EFI_MISC_SUBCLASS_VERSION 0x0100
|
#define EFI_MISC_SUBCLASS_VERSION 0x0100
|
||||||
|
|
||||||
#pragma pack(1)
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Last PCI Bus Number
|
// Last PCI Bus Number
|
||||||
//
|
//
|
||||||
@ -2695,8 +2693,6 @@ typedef struct {
|
|||||||
EFI_MISC_SUBCLASS_RECORDS Record;
|
EFI_MISC_SUBCLASS_RECORDS Record;
|
||||||
} EFI_MISC_SUBCLASS_DRIVER_DATA;
|
} EFI_MISC_SUBCLASS_DRIVER_DATA;
|
||||||
|
|
||||||
#pragma pack()
|
|
||||||
|
|
||||||
///
|
///
|
||||||
/// Inconsistent with specification here:
|
/// Inconsistent with specification here:
|
||||||
/// In DataHubSubclass spec 0.9 page 16, the following symbol is NOT defined.
|
/// In DataHubSubclass spec 0.9 page 16, the following symbol is NOT defined.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user