diff options
author | Dandan Bi <dandan.bi@intel.com> | 2017-05-18 09:51:42 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2017-05-18 16:44:26 +0800 |
commit | 7a85e8474127ae6df47337a04797b2b443b57682 (patch) | |
tree | bab66913da55535fba3e491719cb3407ba8d9da8 /MdeModulePkg/Bus/Pci/PciHostBridgeDxe | |
parent | 639c7dd86d1d63a6c4ac5f19f8a97986aa1f363b (diff) | |
download | edk2-7a85e8474127ae6df47337a04797b2b443b57682.zip edk2-7a85e8474127ae6df47337a04797b2b443b57682.tar.gz edk2-7a85e8474127ae6df47337a04797b2b443b57682.tar.bz2 |
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>
Diffstat (limited to 'MdeModulePkg/Bus/Pci/PciHostBridgeDxe')
-rw-r--r-- | MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciRootBridgeIo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciRootBridgeIo.c b/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciRootBridgeIo.c index 068295b..a0e7e5b 100644 --- a/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciRootBridgeIo.c +++ b/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciRootBridgeIo.c @@ -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,
|