audk/MdeModulePkg/Bus/Pci/PciHostBridgeDxe
Laszlo Ersek 5a0a803f01 MdeModulePkg/PciHostBridgeDxe: fix Ia32 GCC44 build error
> cc1: warnings being treated as errors
> MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridge.c:
>   In function 'GetProposedResources':
> MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridge.c:1388:
>   error: integer constant is too large for 'long' type

Append a ULL suffix to the replacement text of PCI_RESOURCE_LESS that is
aligned with the style of the EFI_RESOURCE_SATISFIED and
EFI_RESOURCE_NOT_SATISFIED macros.

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2016-07-18 19:22:41 +02:00
..
PciHostBridge.c MdeModulePkg/PciHostBridgeDxe: Honor ResourceAssigned 2016-05-11 08:53:36 +08:00
PciHostBridge.h MdeModulePkg/PciHostBridge: Refine function header comments. 2016-02-26 13:28:33 +01:00
PciHostBridgeDxe.inf MdeModulePkg/PciHostBridgeDxe: Add CpuArch protocol dependency 2016-05-24 13:42:01 +08:00
PciHostResource.h MdeModulePkg/PciHostBridgeDxe: fix Ia32 GCC44 build error 2016-07-18 19:22:41 +02:00
PciRootBridge.h MdeModulePkg/PciHostBridgeDxe: Honor ResourceAssigned 2016-05-11 08:53:36 +08:00
PciRootBridgeIo.c MdeModulePkg/PciHostBridgeDxe: Fix VS tool chain build failure 2016-05-24 13:42:01 +08:00