From 24c28238e735b08ef8516783acca6144854f5ecf Mon Sep 17 00:00:00 2001 From: klu2 Date: Sun, 12 Oct 2008 17:30:21 +0000 Subject: Fix build issue for ICC compiler. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6105 6f19259b-4bc3-4df7-8a09-765794883524 --- Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/PeCoffGetEntryPoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib') diff --git a/Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/PeCoffGetEntryPoint.c b/Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/PeCoffGetEntryPoint.c index 3c7148e66b..67a62fbcf2 100644 --- a/Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/PeCoffGetEntryPoint.c +++ b/Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/PeCoffGetEntryPoint.c @@ -71,7 +71,7 @@ Returns: &gNtPeiLoadFilePpiGuid, 0, &PpiDescriptor, - &PeiNtService + (VOID**)&PeiNtService ); ASSERT_EFI_ERROR (Status); -- cgit v1.2.3