mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/NonDiscoverablePciDeviceDxe: Fix VS2010/2012 build failure
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
a35dc6499b
commit
1525ff38cb
|
@ -557,6 +557,7 @@ NonCoherentPciIoFreeBuffer (
|
||||||
Dev = NON_DISCOVERABLE_PCI_DEVICE_FROM_PCI_IO(This);
|
Dev = NON_DISCOVERABLE_PCI_DEVICE_FROM_PCI_IO(This);
|
||||||
|
|
||||||
Found = FALSE;
|
Found = FALSE;
|
||||||
|
Alloc = NULL;
|
||||||
|
|
||||||
//
|
//
|
||||||
// Find the uncached allocation list entry associated
|
// Find the uncached allocation list entry associated
|
||||||
|
|
Loading…
Reference in New Issue