X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=MdeModulePkg%2FBus%2FPci%2FPciHostBridgeDxe%2FPciHostBridge.c;fp=MdeModulePkg%2FBus%2FPci%2FPciHostBridgeDxe%2FPciHostBridge.c;h=163e931dd9e86fe5b39498dafd4ceb595e4134cf;hb=77dcd03ecfcd33ae192ed9aef0d595d3ef6a7f24;hp=4ab9415c96003e56c107011829a082f379db9975;hpb=f331310a10e57a12fffa1c9d5697e9213c4a5e2f;p=mirror_edk2.git diff --git a/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridge.c b/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridge.c index 4ab9415c96..163e931dd9 100644 --- a/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridge.c +++ b/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridge.c @@ -874,7 +874,7 @@ NotifyPhase ( Translation = GetTranslationByResourceType (RootBridge, Index); if ((Translation & Alignment) != 0) { DEBUG ((DEBUG_ERROR, "[%a:%d] Translation %lx is not aligned to %lx!\n", - __FUNCTION__, __LINE__, Translation, Alignment + __FUNCTION__, DEBUG_LINE_NUMBER, Translation, Alignment )); ASSERT ((Translation & Alignment) == 0); //