]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: Remove ASSERT
authorJaben Carsey <jaben.carsey@intel.com>
Thu, 16 Jan 2014 16:52:39 +0000 (16:52 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Jan 2014 16:52:39 +0000 (16:52 +0000)
commit31b018a663be0fb23f3a4f612aaedf86a8bd10fc
tree0cd2d4f04e5ff4bb0c5a94aeb830d56836da0ef1
parent974d61171fcbd33374c626ea69adc2519402d830
ShellPkg: Remove ASSERT

This change removes ASSERT statements and replaces them with logic to break out of the loop.  This both prevents spinning forever and prevents processing the returned data from the function that failed.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15133 6f19259b-4bc3-4df7-8a09-765794883524
ShellPkg/Library/UefiShellLib/UefiShellLib.c