Fix GCC build error.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16627 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -393,7 +393,7 @@ InternalHstiRecordFeaturesVerified (
|
|||||||
UINT8 *SecurityFeaturesVerified;
|
UINT8 *SecurityFeaturesVerified;
|
||||||
EFI_STATUS Status;
|
EFI_STATUS Status;
|
||||||
|
|
||||||
Aip = InternalHstiFindAip (Role, ImplementationID, &Hsti, &HstiSize);
|
Aip = InternalHstiFindAip (Role, ImplementationID, (VOID **)&Hsti, &HstiSize);
|
||||||
if (Aip == NULL) {
|
if (Aip == NULL) {
|
||||||
return EFI_NOT_STARTED;
|
return EFI_NOT_STARTED;
|
||||||
}
|
}
|
||||||
@@ -518,7 +518,7 @@ InternalHstiRecordErrorString (
|
|||||||
UINTN Offset;
|
UINTN Offset;
|
||||||
EFI_STATUS Status;
|
EFI_STATUS Status;
|
||||||
|
|
||||||
Aip = InternalHstiFindAip (Role, ImplementationID, &Hsti, &HstiSize);
|
Aip = InternalHstiFindAip (Role, ImplementationID, (VOID **)&Hsti, &HstiSize);
|
||||||
if (Aip == NULL) {
|
if (Aip == NULL) {
|
||||||
return EFI_NOT_STARTED;
|
return EFI_NOT_STARTED;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user