diff options
Diffstat (limited to 'UnixPkg/UnixGopDxe')
-rw-r--r-- | UnixPkg/UnixGopDxe/UnixGopScreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UnixPkg/UnixGopDxe/UnixGopScreen.c b/UnixPkg/UnixGopDxe/UnixGopScreen.c index a9460a1065..ed2a3e7942 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 ); |