From 441ff98cba491589c3583ca6937137dbc8de7098 Mon Sep 17 00:00:00 2001 From: klu2 Date: Tue, 24 Nov 2009 11:01:07 +0000 Subject: [PATCH] Fix a typo bug that miss & git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9475 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/DxePcdLib/DxePcdLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Library/DxePcdLib/DxePcdLib.c b/MdePkg/Library/DxePcdLib/DxePcdLib.c index e6feeaccdc..483d3e6a3c 100644 --- a/MdePkg/Library/DxePcdLib/DxePcdLib.c +++ b/MdePkg/Library/DxePcdLib/DxePcdLib.c @@ -55,7 +55,7 @@ PcdLibConstructor ( // PI Pcd protocol defined in PI 1.2 vol3 should be installed before the module // access DynamicEx type PCD. // - Status = gBS->LocateProtocol (&gEfiPcdProtocolGuid, NULL, (VOID **) mPiPcd); + Status = gBS->LocateProtocol (&gEfiPcdProtocolGuid, NULL, (VOID **) &mPiPcd); ASSERT_EFI_ERROR (Status); ASSERT (mPiPcd!= NULL); -- 2.39.2