]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix a bug to convert EFI_PEI_HOB_POINTER to VOID*.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 26 Oct 2006 02:32:47 +0000 (02:32 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 26 Oct 2006 02:32:47 +0000 (02:32 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1843 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Conf/Migration/R8Lib.c

index def15902d6b154d486548ce079bd1f7d4b3de030..c705187219aed3aaf23c9c2d48bb9a21bfe1710f 100644 (file)
@@ -1013,7 +1013,7 @@ Returns:
   }\r
 \r
   GuidHob.Raw = GetNextGuidHob (Guid, *HobStart);\r
-  if (GuidHob == NULL) {\r
+  if (GuidHob.Raw == NULL) {\r
     return EFI_NOT_FOUND;\r
   }\r
   \r