]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Use EDK library macro for EDK library function.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 23 May 2008 05:42:44 +0000 (05:42 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 23 May 2008 05:42:44 +0000 (05:42 +0000)
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

index f05549fdcb51dd7b2cfff0031247b9551c393723..269eb8a13dc75b9c618313df2993ee66a2abfa99 100644 (file)
@@ -231,7 +231,7 @@ Returns:
                              NULL,\r
                              (VOID **) &PciCfg2\r
                              );\r
-  ASSERT_EFI_ERROR (Status);\r
+  ASSERT_PEI_ERROR (PeiServices, Status);\r
 \r
   Status = PciCfg2->Modify (\r
                       PeiServices,\r