mirror of https://github.com/acidanthera/audk.git
EmulatorPkg/PlatformSmbiosDxe: Fix build issue with UNIXGCC
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13689 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8d531995e2
commit
611db14afc
|
@ -357,7 +357,7 @@ SMBIOS_TABLE_TYPE16 gSmbiosType16Template = {
|
|||
0x80000000, // MaximumCapacity;
|
||||
0xFFFE, // MemoryErrorInformationHandle;
|
||||
1, // NumberOfMemoryDevices;
|
||||
0x3fffffffffffffff, // ExtendedMaximumCapacity;
|
||||
0x3fffffffffffffffULL, // ExtendedMaximumCapacity;
|
||||
};
|
||||
|
||||
SMBIOS_TABLE_TYPE17 gSmbiosType17Template = {
|
||||
|
|
Loading…
Reference in New Issue