]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix a bug to locate the correct PPI.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 Oct 2008 02:44:29 +0000 (02:44 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 Oct 2008 02:44:29 +0000 (02:44 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6113 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Compatibility/PciCfg2ToPciCfgThunk/PciCfg2ToPciCfgThunk.c

index 18c272fc92e4861d706753d43a91c30b0fc736f2..3ce6c1df0299d9cb5615d5f968247d5e251ea805 100644 (file)
@@ -439,7 +439,7 @@ PciCfg2Modify (
 \r
   Status = (*PeiServices)->LocatePpi (\r
              PeiServices,\r
-             &gEcpPeiPciCfgPpiGuid,\r
+             &gEfiPciCfgPpiInServiceTableGuid,\r
              0,\r
              NULL,\r
              (VOID **)&PciCfg\r