summaryrefslogtreecommitdiff
path: root/UnixPkg/UnixGopDxe/UnixGopScreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'UnixPkg/UnixGopDxe/UnixGopScreen.c')
-rw-r--r--UnixPkg/UnixGopDxe/UnixGopScreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnixPkg/UnixGopDxe/UnixGopScreen.c b/UnixPkg/UnixGopDxe/UnixGopScreen.c
index a9460a1..ed2a3e7 100644
--- a/UnixPkg/UnixGopDxe/UnixGopScreen.c
+++ b/UnixPkg/UnixGopDxe/UnixGopScreen.c
@@ -217,7 +217,7 @@ UnixGopBlt (
Status = Private->UgaIo->UgaBlt (
Private->UgaIo,
(EFI_UGA_PIXEL *)BltBuffer,
- BltOperation,
+ (EFI_UGA_BLT_OPERATION)BltOperation,
&GopBltArgs
);