]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EmulatorPkg/PlatformSmbiosDxe: Fix build issue with UNIXGCC
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 28 Aug 2012 21:21:57 +0000 (21:21 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 28 Aug 2012 21:21:57 +0000 (21:21 +0000)
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

EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c

index 71bac62373eb5524a048c345c671196053e9d802..cda5efae048333e1c34f05028aa2ee6abdc0c085 100644 (file)
@@ -357,7 +357,7 @@ SMBIOS_TABLE_TYPE16 gSmbiosType16Template = {
   0x80000000,                     // MaximumCapacity;
   0xFFFE,                         // MemoryErrorInformationHandle;
   1,                              // NumberOfMemoryDevices;
-  0x3fffffffffffffff,             // ExtendedMaximumCapacity;
+  0x3fffffffffffffffULL,          // ExtendedMaximumCapacity;
 };
 
 SMBIOS_TABLE_TYPE17 gSmbiosType17Template = {