]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/SdMmcPciHcDxe: Fix VS2015 IA32 NOOPT build failure
authorHao Wu <hao.a.wu@intel.com>
Fri, 4 Jan 2019 02:35:04 +0000 (10:35 +0800)
committerHao Wu <hao.a.wu@intel.com>
Sat, 5 Jan 2019 01:46:31 +0000 (09:46 +0800)
commit46f4c9677c615d862649459392f8f55b3e6567c2
treec0e31ded31f8851ade605ecb59aadbb1ccf69d06
parent38f3c1b0d274bb56b5a48b38f30fdd128ed617c3
MdeModulePkg/SdMmcPciHcDxe: Fix VS2015 IA32 NOOPT build failure

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1425

This commit will resolve the VS2015 IA32 NOOPT build failure within
SdMmcPciHcDxe.

More specifically, this commit will use BaseLib API RShiftU64() to perform
right-shift operations for UINT64 type operators.

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Bi Dandan <dandan.bi@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.c