mirror of https://github.com/acidanthera/audk.git
ICC cleanup: Add in (CONST EFI_PEI_SERVICES **)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6601 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
71f633dd05
commit
78d9194775
|
@ -235,7 +235,7 @@ Returns:
|
||||||
NULL,
|
NULL,
|
||||||
(VOID **) &PciCfg2
|
(VOID **) &PciCfg2
|
||||||
);
|
);
|
||||||
ASSERT_PEI_ERROR (PeiServices, Status);
|
ASSERT_PEI_ERROR ((CONST EFI_PEI_SERVICES **) PeiServices, Status);
|
||||||
|
|
||||||
Status = PciCfg2->Modify (
|
Status = PciCfg2->Modify (
|
||||||
(CONST EFI_PEI_SERVICES **) PeiServices,
|
(CONST EFI_PEI_SERVICES **) PeiServices,
|
||||||
|
|
Loading…
Reference in New Issue