mirror of https://github.com/acidanthera/audk.git
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);
|
||||
|
||||
return ReadOnlyVariable->GetVariable (
|
||||
return ReadOnlyVariable->PeiGetVariable (
|
||||
(EFI_PEI_SERVICES **) GetPeiServicesTablePointer (),
|
||||
(CHAR16 *)VariableName,
|
||||
(EFI_GUID *)VariableGuid,
|
||||
|
@ -184,7 +184,7 @@ PeiGetNextVariableName (
|
|||
);
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
|
||||
return ReadOnlyVariable->GetNextVariableName (
|
||||
return ReadOnlyVariable->PeiGetNextVariableName (
|
||||
(EFI_PEI_SERVICES **) GetPeiServicesTablePointer (),
|
||||
VariableNameSize,
|
||||
VariableName,
|
||||
|
|
Loading…
Reference in New Issue