mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-30 09:04:07 +02:00
Use EDK library macro for EDK library function.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5285 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1668bd49c9
commit
3149b37794
@ -231,7 +231,7 @@ Returns:
|
|||||||
NULL,
|
NULL,
|
||||||
(VOID **) &PciCfg2
|
(VOID **) &PciCfg2
|
||||||
);
|
);
|
||||||
ASSERT_EFI_ERROR (Status);
|
ASSERT_PEI_ERROR (PeiServices, Status);
|
||||||
|
|
||||||
Status = PciCfg2->Modify (
|
Status = PciCfg2->Modify (
|
||||||
PeiServices,
|
PeiServices,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user