MdeModulePkg/Partition: Fix 64bit build failure caused by last patch

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
This commit is contained in:
Ni, Ruiyu 2016-02-22 10:45:01 +08:00 committed by Feng Tian
parent e6b2c99121
commit ad24a4d735
1 changed files with 1 additions and 1 deletions

View File

@ -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;