]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/UnixGopDxe/UnixGopScreen.c
ArmPlatformPkg/Bds: Connect all drivers if the SimpleTextIO is not available
[mirror_edk2.git] / UnixPkg / UnixGopDxe / UnixGopScreen.c
index 943cc83c3225fc72bb464ef766d1022caf9cca2e..ed2a3e794201899e799d9c57e4449b3d66a1f5d9 100644 (file)
@@ -1,7 +1,7 @@
 /*++
 
 Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
-Portions copyright (c) 2010, Apple, Inc. All rights reserved.
+Portions copyright (c) 2010, Apple, Inc. All rights reserved.<BR>
 This program and the accompanying materials
 are licensed and made available under the terms and conditions of the BSD License
 which accompanies this distribution.  The full text of the license may be found at
@@ -217,7 +217,7 @@ UnixGopBlt (
   Status = Private->UgaIo->UgaBlt (
                             Private->UgaIo,
                             (EFI_UGA_PIXEL *)BltBuffer,
-                            BltOperation,
+                            (EFI_UGA_BLT_OPERATION)BltOperation,
                             &GopBltArgs
                             );