diff options
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.c b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.c index f05549fdcb..269eb8a13d 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.c +++ b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.c @@ -231,7 +231,7 @@ Returns: NULL,
(VOID **) &PciCfg2
);
- ASSERT_EFI_ERROR (Status);
+ ASSERT_PEI_ERROR (PeiServices, Status);
Status = PciCfg2->Modify (
PeiServices,
|