mirror of https://github.com/acidanthera/audk.git
Source level security checked
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7517 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
db0bd81c85
commit
e67ca95c86
|
@ -632,6 +632,7 @@ PeiDispatcher (
|
|||
// We call the entry point a 2nd time so the module knows it's shadowed.
|
||||
//
|
||||
//PERF_START (PeiServices, L"PEIM", PeimFileHandle, 0);
|
||||
ASSERT (PeimEntryPoint != NULL);
|
||||
PeimEntryPoint (PeimFileHandle, (const EFI_PEI_SERVICES **) PeiServices);
|
||||
//PERF_END (PeiServices, L"PEIM", PeimFileHandle, 0);
|
||||
|
||||
|
|
|
@ -167,6 +167,7 @@ PeiInstallPpi (
|
|||
}
|
||||
|
||||
DEBUG((EFI_D_INFO, "Install PPI: %g\n", PpiList->Guid));
|
||||
ASSERT (Index < FixedPcdGet32 (PcdPeiCoreMaxPpiSupported));
|
||||
PrivateData->PpiData.PpiListPtrs[Index].Ppi = (EFI_PEI_PPI_DESCRIPTOR*) PpiList;
|
||||
PrivateData->PpiData.PpiListEnd++;
|
||||
|
||||
|
|
Loading…
Reference in New Issue