From f01b91ae42edcf979a52ba08b515d3b4525b55fa Mon Sep 17 00:00:00 2001 From: ydong10 Date: Thu, 31 May 2012 08:35:48 +0000 Subject: Fixed build failed. Signed-off-by: Eric Dong git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13406 6f19259b-4bc3-4df7-8a09-765794883524 --- SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SecurityPkg/Library/DxeDeferImageLoadLib') diff --git a/SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.c b/SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.c index b5b51b4ed2..84b8cf7884 100644 --- a/SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.c +++ b/SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.c @@ -532,7 +532,7 @@ IsBootOption ( // Try to find the DevicePath in BootOption // UnicodeSPrint (StrTemp, sizeof (StrTemp), L"Boot%04x", Index); - GetEfiGlobalVariable2 (StrTemp, &OptionBuffer, NULL); + GetEfiGlobalVariable2 (StrTemp, (VOID**)&OptionBuffer, NULL); if (OptionBuffer == NULL) { continue; } -- cgit v1.2.3