ShellPkg: Updates to 'smbiosview' command
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chris Phillips <chrisp@hp.com> reviewed-by: Jaben Carsey <jaben.carsey@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13996 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -325,6 +325,12 @@ SMBiosView (
|
||||
if (!RandomView) {
|
||||
break;
|
||||
}
|
||||
//
|
||||
// Support Execution Interrupt.
|
||||
//
|
||||
if (ShellGetExecutionBreakFlag ()) {
|
||||
return EFI_ABORTED;
|
||||
}
|
||||
}
|
||||
|
||||
ShellPrintEx(-1,-1,L"\n=========================================================\n");
|
||||
|
Reference in New Issue
Block a user