mirror of https://github.com/acidanthera/audk.git
Fix ECC issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6150 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
dd65208878
commit
6c448d5b6f
|
@ -29,10 +29,10 @@ STATIC EFI_PEI_SERVICES **gPeiServices;
|
|||
VOID
|
||||
EFIAPI
|
||||
SetPeiServicesTablePointer (
|
||||
IN EFI_PEI_SERVICES **PeiServices
|
||||
IN EFI_PEI_SERVICES ** PeiServicesTablePointer
|
||||
)
|
||||
{
|
||||
gPeiServices = PeiServices;
|
||||
gPeiServices = PeiServicesTablePointer;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue