MdeModulePkg/PciHostBridgeDxe: Make bitwise operands of the same size
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
(cherry picked from commit 8df95dd04f)
			
			
This commit is contained in:
		| @@ -1349,7 +1349,7 @@ RootBridgeIoAllocateBuffer ( | |||||||
|       // |       // | ||||||
|       // Clear DUAL_ADDRESS_CYCLE |       // Clear DUAL_ADDRESS_CYCLE | ||||||
|       // |       // | ||||||
|       Attributes &= ~EFI_PCI_ATTRIBUTE_DUAL_ADDRESS_CYCLE; |       Attributes &= ~((UINT64) EFI_PCI_ATTRIBUTE_DUAL_ADDRESS_CYCLE); | ||||||
|     } |     } | ||||||
|     Status = mIoMmuProtocol->AllocateBuffer ( |     Status = mIoMmuProtocol->AllocateBuffer ( | ||||||
|                                mIoMmuProtocol, |                                mIoMmuProtocol, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user