]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg/PciSegmentLibSegmentInfo: Change parameters type
authorShenglei Zhang <shenglei.zhang@intel.com>
Tue, 26 Feb 2019 00:59:16 +0000 (08:59 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 19 Mar 2019 07:22:07 +0000 (15:22 +0800)
commit2ac896a67b8eb0c42a3c39dc7e4b39eac4ba8733
treef1ae0d9f6ceb43ac0fce9e97a8c90e9e7152f6ca
parent43b1be74a8f6654219f636a1f6684b1cbbb05768
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>
MdePkg/Library/PciSegmentLibSegmentInfo/PciSegmentLibCommon.c