mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/CdExpressPei: Fix build error
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Feng Tian <feng.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17489 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1d13077bed
commit
02c9f1448c
|
@ -162,6 +162,8 @@ UpdateBlocksAndVolumes (
|
||||||
EFI_PEI_SERVICES **PeiServices;
|
EFI_PEI_SERVICES **PeiServices;
|
||||||
|
|
||||||
IndexBlockDevice = 0;
|
IndexBlockDevice = 0;
|
||||||
|
BlockIo2Ppi = NULL;
|
||||||
|
BlockIoPpi = NULL;
|
||||||
//
|
//
|
||||||
// Find out all Block Io Ppi instances within the system
|
// Find out all Block Io Ppi instances within the system
|
||||||
// Assuming all device Block Io Peims are dispatched already
|
// Assuming all device Block Io Peims are dispatched already
|
||||||
|
|
Loading…
Reference in New Issue