mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-24 22:24:37 +02:00
Fix build break
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8886 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5f7431d0cf
commit
b4b9fbc40e
@ -139,7 +139,7 @@ PeiGetVariable (
|
|||||||
);
|
);
|
||||||
ASSERT_EFI_ERROR (Status);
|
ASSERT_EFI_ERROR (Status);
|
||||||
|
|
||||||
return ReadOnlyVariable->GetVariable (
|
return ReadOnlyVariable->PeiGetVariable (
|
||||||
(EFI_PEI_SERVICES **) GetPeiServicesTablePointer (),
|
(EFI_PEI_SERVICES **) GetPeiServicesTablePointer (),
|
||||||
(CHAR16 *)VariableName,
|
(CHAR16 *)VariableName,
|
||||||
(EFI_GUID *)VariableGuid,
|
(EFI_GUID *)VariableGuid,
|
||||||
@ -184,7 +184,7 @@ PeiGetNextVariableName (
|
|||||||
);
|
);
|
||||||
ASSERT_EFI_ERROR (Status);
|
ASSERT_EFI_ERROR (Status);
|
||||||
|
|
||||||
return ReadOnlyVariable->GetNextVariableName (
|
return ReadOnlyVariable->PeiGetNextVariableName (
|
||||||
(EFI_PEI_SERVICES **) GetPeiServicesTablePointer (),
|
(EFI_PEI_SERVICES **) GetPeiServicesTablePointer (),
|
||||||
VariableNameSize,
|
VariableNameSize,
|
||||||
VariableName,
|
VariableName,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user