diff options
Diffstat (limited to 'EmulatorPkg')
-rw-r--r-- | EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c b/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c index 71bac62373..cda5efae04 100644 --- a/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c +++ b/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c @@ -357,7 +357,7 @@ SMBIOS_TABLE_TYPE16 gSmbiosType16Template = { 0x80000000, // MaximumCapacity; 0xFFFE, // MemoryErrorInformationHandle; 1, // NumberOfMemoryDevices; - 0x3fffffffffffffff, // ExtendedMaximumCapacity; + 0x3fffffffffffffffULL, // ExtendedMaximumCapacity; }; SMBIOS_TABLE_TYPE17 gSmbiosType17Template = { |