summaryrefslogtreecommitdiff
path: root/Nt32Pkg/Library/PeiCoreNt32PeCoffLib
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-12 17:30:21 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-12 17:30:21 +0000
commit24c28238e735b08ef8516783acca6144854f5ecf (patch)
treea86ece737e8ef8617cbded2e04bf5516fbc6a15f /Nt32Pkg/Library/PeiCoreNt32PeCoffLib
parent5ead4a07a8bd2dc1604988a20d72c86963d66c51 (diff)
downloadedk2-platforms-24c28238e735b08ef8516783acca6144854f5ecf.tar.xz
Fix build issue for ICC compiler.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6105 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/Library/PeiCoreNt32PeCoffLib')
-rw-r--r--Nt32Pkg/Library/PeiCoreNt32PeCoffLib/PeiCoreNt32PeCoffLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/Library/PeiCoreNt32PeCoffLib/PeiCoreNt32PeCoffLib.c b/Nt32Pkg/Library/PeiCoreNt32PeCoffLib/PeiCoreNt32PeCoffLib.c
index f34eab2e78..e4e6225193 100644
--- a/Nt32Pkg/Library/PeiCoreNt32PeCoffLib/PeiCoreNt32PeCoffLib.c
+++ b/Nt32Pkg/Library/PeiCoreNt32PeCoffLib/PeiCoreNt32PeCoffLib.c
@@ -63,7 +63,7 @@ GetPeCoffLoaderStucture (
&gEfiPeiPeCoffLoaderGuid,
0,
NULL,
- &mPeiEfiPeiPeCoffLoader
+ (VOID**)&mPeiEfiPeiPeCoffLoader
);
//