From ad24a4d735f035a0c56a56f59f5cf5a26b5c25d2 Mon Sep 17 00:00:00 2001 From: "Ni, Ruiyu" Date: Mon, 22 Feb 2016 10:45:01 +0800 Subject: [PATCH] MdeModulePkg/Partition: Fix 64bit build failure caused by last patch Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Reviewed-by: Feng Tian --- MdeModulePkg/Universal/Disk/PartitionDxe/Mbr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Universal/Disk/PartitionDxe/Mbr.c b/MdeModulePkg/Universal/Disk/PartitionDxe/Mbr.c index 1946334525..377fb19319 100644 --- a/MdeModulePkg/Universal/Disk/PartitionDxe/Mbr.c +++ b/MdeModulePkg/Universal/Disk/PartitionDxe/Mbr.c @@ -132,7 +132,7 @@ PartitionInstallMbrChildHandles ( EFI_STATUS Status; MASTER_BOOT_RECORD *Mbr; UINT32 ExtMbrStartingLba; - UINTN Index; + UINT32 Index; HARDDRIVE_DEVICE_PATH HdDev; HARDDRIVE_DEVICE_PATH ParentHdDev; EFI_STATUS Found;