summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Library
diff options
context:
space:
mode:
authorczhang46 <czhang46@6f19259b-4bc3-4df7-8a09-765794883524>2012-09-12 01:23:04 +0000
committerczhang46 <czhang46@6f19259b-4bc3-4df7-8a09-765794883524>2012-09-12 01:23:04 +0000
commit6dbdb1914d293d9abd378bf4f035d6f38809eaf3 (patch)
tree05bb3ae9a5df90a9a40fdfbe0a98d5249a332355 /SecurityPkg/Library
parent0054ce562f6cb73513988075670956c737b1985a (diff)
downloadedk2-6dbdb1914d293d9abd378bf4f035d6f38809eaf3.tar.gz
edk2-6dbdb1914d293d9abd378bf4f035d6f38809eaf3.tar.bz2
edk2-6dbdb1914d293d9abd378bf4f035d6f38809eaf3.zip
Fix compile error
Signed-off-by : Chao Zhang <chao.b.zhang@intel.com> Reviewed-by : Eric Dong <Eric.Dong@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13717 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg/Library')
-rw-r--r--SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.c b/SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.c
index 9b13806e89..f3e486eadc 100644
--- a/SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.c
+++ b/SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.c
@@ -864,7 +864,7 @@ DxeTpmMeasureBootHandler (
Status = gBS->HandleProtocol(
TempHandle,
&gEfiFirmwareVolumeBlockProtocolGuid,
- &FvbProtocol
+ (VOID**)&FvbProtocol
);
TempHandle = FvbProtocol->ParentHandle;
} while (!EFI_ERROR(Status) && FvbProtocol->ParentHandle != NULL);