mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/PciHostBridgeDxe: Fix VS tool chain build failure
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Shumin Qiu <shumin.qiu@intel.com>
This commit is contained in:
parent
0b58c4894d
commit
26bd6437ca
|
@ -199,6 +199,7 @@ CreateRootBridge (
|
|||
break;
|
||||
default:
|
||||
ASSERT (FALSE);
|
||||
Aperture = NULL;
|
||||
break;
|
||||
}
|
||||
RootBridge->ResAllocNode[Index].Type = Index;
|
||||
|
|
Loading…
Reference in New Issue