]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/Core: fix an IA32 build failure
authorJian J Wang <jian.j.wang@intel.com>
Fri, 26 Oct 2018 04:45:07 +0000 (12:45 +0800)
committerJian J Wang <jian.j.wang@intel.com>
Fri, 26 Oct 2018 08:04:37 +0000 (16:04 +0800)
commite5001ab7a9c17fe1cf9155392c943a9c985c8a96
tree0429929df90c03dc29172215efe56cde9747d492
parent979b7d802c316722da3f3dee90799728c7aab38f
MdeModulePkg/Core: fix an IA32 build failure

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

The failure is caused by data type conversion between UINTN and UINT64,
which is checked in at 63ebde8ef6d4ff497d054ccc010904ecd4441198.

Cc: Star Zeng <star.zeng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Core/Dxe/Mem/HeapGuard.c