summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-23 05:42:44 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-23 05:42:44 +0000
commit3149b3779405e215594a8d1c639d5c02d164a92a (patch)
tree53f2eea72b6eaba87e053421ac42e09813daea34 /EdkCompatibilityPkg
parent1668bd49c9ffff6aa96f0da0564ac0318159f923 (diff)
downloadedk2-3149b3779405e215594a8d1c639d5c02d164a92a.zip
edk2-3149b3779405e215594a8d1c639d5c02d164a92a.tar.gz
edk2-3149b3779405e215594a8d1c639d5c02d164a92a.tar.bz2
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
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.c2
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 f05549f..269eb8a 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,