]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: Remove ASSERT
authorJaben Carsey <jaben.carsey@intel.com>
Thu, 16 Jan 2014 16:53:23 +0000 (16:53 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Jan 2014 16:53:23 +0000 (16:53 +0000)
commit8e4a89a335e1dd5c8649bb293bc609358b6a8b86
tree599cbe1b123589b540d0f0f5d68d1b16b200b963
parent31b018a663be0fb23f3a4f612aaedf86a8bd10fc
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@15134 6f19259b-4bc3-4df7-8a09-765794883524
ShellPkg/Application/Shell/ConsoleLogger.c