diff options
Diffstat (limited to 'UefiMonitorTest/UefiMonitorTest.c')
-rw-r--r-- | UefiMonitorTest/UefiMonitorTest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/UefiMonitorTest/UefiMonitorTest.c b/UefiMonitorTest/UefiMonitorTest.c index 2f1234f..2183cb7 100644 --- a/UefiMonitorTest/UefiMonitorTest.c +++ b/UefiMonitorTest/UefiMonitorTest.c @@ -253,6 +253,7 @@ UefiMain ( Status = Run (&Graphics); ForgetGraphicsInfo (&Graphics); + gST->ConOut->ClearScreen(gST->ConOut); UnregisterHiiPackage (gUmtHiiHandle); |