From 2d835bff29f0c5b4b9d347d8c310d2a3e03e8c0f Mon Sep 17 00:00:00 2001 From: xli24 Date: Fri, 3 Aug 2007 05:45:55 +0000 Subject: [PATCH] Update gHobList in DXE core when GCD relocates hob list. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3540 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkModulePkg/Core/Dxe/Gcd/gcd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/EdkModulePkg/Core/Dxe/Gcd/gcd.c b/EdkModulePkg/Core/Dxe/Gcd/gcd.c index be3dbdd959..4d58687c69 100644 --- a/EdkModulePkg/Core/Dxe/Gcd/gcd.c +++ b/EdkModulePkg/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. -- 2.39.2