From: Dandan Bi Date: Thu, 18 May 2017 01:51:42 +0000 (+0800) Subject: MdeModulePkg/PciHostBridgeDxe: Fix EBC build failure X-Git-Tag: edk2-stable201903~4025 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=7a85e8474127ae6df47337a04797b2b443b57682;hp=639c7dd86d1d63a6c4ac5f19f8a97986aa1f363b MdeModulePkg/PciHostBridgeDxe: Fix EBC build failure Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi Reviewed-by: Jiewen Yao --- diff --git a/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciRootBridgeIo.c b/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciRootBridgeIo.c index 068295b7c0..a0e7e5b6f2 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.
+Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved.
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,