]> git.proxmox.com Git - mirror_edk2.git/commit
IntelFrameworkPkg UefiLib: Use comparison logic to check UINTN parameter
authorLiming Gao <liming.gao@intel.com>
Mon, 28 May 2018 07:30:51 +0000 (15:30 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 12 Jun 2018 01:23:12 +0000 (09:23 +0800)
commit2e3daaf68890a1ef31c24eaa5658202621bfd907
tree381f73ec8628d8030107d529db48feddb67653e7
parent3d7c6cfbab977e5c6f3e8dbcd9c7c0b72f7add8d
IntelFrameworkPkg UefiLib: Use comparison logic to check UINTN parameter

Commit cb96e7d4f7afdbaef0706f9251ae479639d85a28 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>
Reviewed-by: Star Zeng <star.zeng@intel.com>
IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c