Fix ICC building issue for DuetPkg

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6749 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-11-27 04:37:39 +00:00
parent e24d48ac46
commit 9c83c97ac2
5 changed files with 14 additions and 14 deletions

View File

@@ -864,7 +864,7 @@ Returns:
--*/
{
UINT32 Value;
UINT64 BarValue64;
//UINT64 BarValue64;
UINT32 OriginalValue;
UINT32 Mask;
UINT32 Data;
@@ -873,7 +873,7 @@ Returns:
OriginalValue = 0;
Value = 0;
BarValue64 = 0;
//BarValue64 = 0;
Status = BarExisted (
PciIoDevice,
@@ -923,7 +923,7 @@ Returns:
// Need to treat it as no-bar
//
if (PciIoDevice->PciBar[BarIndex].Length == 0) {
PciIoDevice->PciBar[BarIndex].BarType = 0;
PciIoDevice->PciBar[BarIndex].BarType = PciBarTypeUnknown;
}
PciIoDevice->PciBar[BarIndex].Prefetchable = FALSE;