mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 21:54:27 +02:00
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:
parent
944d79b754
commit
6a39a6a1a8
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user