summaryrefslogtreecommitdiff
path: root/UnixPkg/UnixGopDxe
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2011-03-08 00:12:30 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2011-03-08 00:12:30 +0000
commit2d7df6428ccf9da444234d3f7da11d049e7b9884 (patch)
tree024279617f7625ef81b3e365f4641e4fbafb1706 /UnixPkg/UnixGopDxe
parenta1fe1d6dd87986175207c62992ef956d518b8163 (diff)
downloadedk2-platforms-2d7df6428ccf9da444234d3f7da11d049e7b9884.tar.xz
Fix up the UnixPkg to work with clang on OS X. XCLANG toolchain configuration has already been checked into BaseTools project.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11350 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg/UnixGopDxe')
-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 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
);