From: xli24 Date: Fri, 3 Aug 2007 05:39:46 +0000 (+0000) Subject: Update gHobList in DXE core when GCD relocates hob list. X-Git-Tag: edk2-stable201903~22422 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=05339bd79c9baa28074e5af9f3eba8aa12ed6181 Update gHobList in DXE core when GCD relocates hob list. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3539 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/Core/Dxe/Gcd/gcd.c b/MdeModulePkg/Core/Dxe/Gcd/gcd.c index be3dbdd959..4d58687c69 100644 --- a/MdeModulePkg/Core/Dxe/Gcd/gcd.c +++ b/MdeModulePkg/Core/Dxe/Gcd/gcd.c @@ -2461,6 +2461,7 @@ Returns: ASSERT (NewHobList != NULL); *HobStart = NewHobList; + gHobList = NewHobList; // // Add and allocate the remaining unallocated system memory to the memory services.