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
This commit is contained in:
czhang46 2012-09-12 01:23:04 +00:00
parent 0054ce562f
commit 6dbdb1914d
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ DxeTpmMeasureBootHandler (
Status = gBS->HandleProtocol(
TempHandle,
&gEfiFirmwareVolumeBlockProtocolGuid,
&FvbProtocol
(VOID**)&FvbProtocol
);
TempHandle = FvbProtocol->ParentHandle;
} while (!EFI_ERROR(Status) && FvbProtocol->ParentHandle != NULL);