mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/PciHostBridgeDxe: Fix EBC build failure
Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
parent
639c7dd86d
commit
7a85e84741
|
@ -2,7 +2,7 @@
|
|||
|
||||
PCI Root Bridge Io Protocol code.
|
||||
|
||||
Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 1999 - 2017, 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
|
||||
|
@ -1085,7 +1085,7 @@ RootBridgeIoMap (
|
|||
}
|
||||
Status = mIoMmuProtocol->Map (
|
||||
mIoMmuProtocol,
|
||||
Operation,
|
||||
(EDKII_IOMMU_OPERATION) Operation,
|
||||
HostAddress,
|
||||
NumberOfBytes,
|
||||
DeviceAddress,
|
||||
|
|
Loading…
Reference in New Issue