From 3149b3779405e215594a8d1c639d5c02d164a92a Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Fri, 23 May 2008 05:42:44 +0000 Subject: [PATCH] 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 --- EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,