mirror of https://github.com/acidanthera/audk.git
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:
parent
e6b2c99121
commit
ad24a4d735
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue