mirror of https://github.com/acidanthera/audk.git
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:
parent
0054ce562f
commit
6dbdb1914d
|
@ -864,7 +864,7 @@ DxeTpmMeasureBootHandler (
|
|||
Status = gBS->HandleProtocol(
|
||||
TempHandle,
|
||||
&gEfiFirmwareVolumeBlockProtocolGuid,
|
||||
&FvbProtocol
|
||||
(VOID**)&FvbProtocol
|
||||
);
|
||||
TempHandle = FvbProtocol->ParentHandle;
|
||||
} while (!EFI_ERROR(Status) && FvbProtocol->ParentHandle != NULL);
|
||||
|
|
Loading…
Reference in New Issue