mirror of https://github.com/acidanthera/audk.git
Fix VS2013 build failure.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16008 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3957a5a548
commit
5ce5ea60a9
|
@ -1,6 +1,6 @@
|
|||
/*++
|
||||
|
||||
Copyright (c) 2005 - 2012, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
|
@ -196,8 +196,9 @@ Returns:
|
|||
PCI_IO_DEVICE *PciIoDevice;
|
||||
EFI_PCI_IO_PROTOCOL *PciIo;
|
||||
|
||||
Status = EFI_SUCCESS;
|
||||
SecBus = 0;
|
||||
Status = EFI_SUCCESS;
|
||||
SecBus = 0;
|
||||
PciIoDevice = NULL;
|
||||
|
||||
for (Device = 0; Device <= PCI_MAX_DEVICE; Device++) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue