audk/MdePkg/Library/PciSegmentLibSegmentInfo
Shenglei Zhang 2ac896a67b MdePkg/PciSegmentLibSegmentInfo: Change parameters type
The current structure can lead to dependency on VC++ compiler support
functions when build for "IA32" with "/Od" switch, such as _aullshr().
So change the type of parameters in structure
PCI_SEGMENT_LIB_ADDRESS_STRUCTURE from UINT64 to UINT32.
https://bugzilla.tianocore.org/show_bug.cgi?id=1532

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2019-03-19 15:22:07 +08:00
..
BasePciSegmentLib.c
BasePciSegmentLibSegmentInfo.inf MdePkg: Removing ipf which is no longer supported from edk2. 2018-09-25 23:48:21 +08:00
BasePciSegmentLibSegmentInfo.uni
DxeRuntimePciSegmentLib.c
DxeRuntimePciSegmentLibSegmentInfo.inf MdePkg: Removing ipf which is no longer supported from edk2. 2018-09-25 23:48:21 +08:00
DxeRuntimePciSegmentLibSegmentInfo.uni
PciSegmentLibCommon.c MdePkg/PciSegmentLibSegmentInfo: Change parameters type 2019-03-19 15:22:07 +08:00
PciSegmentLibCommon.h