mirror of https://github.com/acidanthera/audk.git
fixed one bug in ConSpliterUgaDrawSetMode().
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7971 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8d1d25edd8
commit
3d31d868b6
|
@ -787,8 +787,6 @@ ConSpliterUgaDrawSetMode (
|
||||||
//
|
//
|
||||||
for (Index = 0; Index < Private->CurrentNumberOfConsoles; Index++) {
|
for (Index = 0; Index < Private->CurrentNumberOfConsoles; Index++) {
|
||||||
|
|
||||||
ReturnStatus = EFI_UNSUPPORTED;
|
|
||||||
|
|
||||||
GraphicsOutput = Private->TextOutList[Index].GraphicsOutput;
|
GraphicsOutput = Private->TextOutList[Index].GraphicsOutput;
|
||||||
if (GraphicsOutput != NULL) {
|
if (GraphicsOutput != NULL) {
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue