]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Include/Library/UefiLib.h
MdePkg UefiLib: Use comparison logic to check UINTN parameter
authorLiming Gao <liming.gao@intel.com>
Mon, 28 May 2018 07:30:50 +0000 (15:30 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 12 Jun 2018 01:23:11 +0000 (09:23 +0800)
commit3d7c6cfbab977e5c6f3e8dbcd9c7c0b72f7add8d
tree81d66f3ad3a9d7fd00ae16eceb19232d405dfc1c
parent0b37c75e6944f3d3ded7bef1e10cf4df72386616
MdePkg UefiLib: Use comparison logic to check UINTN parameter

Commit d2aafe1e410c80d1046f2d1e743055882ead8489 changes the input parameter
from BOOLEAN to UINTN. Its comparison logic should be updated.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdePkg/Include/Library/UefiLib.h
MdePkg/Library/UefiLib/UefiLib.c