summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-03 05:39:46 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-03 05:39:46 +0000
commit05339bd79c9baa28074e5af9f3eba8aa12ed6181 (patch)
tree2abbc992d0a552461c08afee5d1253f91e55fa12 /MdeModulePkg/Core
parent13978ff5183dcec37b006fe8f8305688bf197521 (diff)
downloadedk2-05339bd79c9baa28074e5af9f3eba8aa12ed6181.zip
edk2-05339bd79c9baa28074e5af9f3eba8aa12ed6181.tar.gz
edk2-05339bd79c9baa28074e5af9f3eba8aa12ed6181.tar.bz2
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
Diffstat (limited to 'MdeModulePkg/Core')
-rw-r--r--MdeModulePkg/Core/Dxe/Gcd/gcd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Core/Dxe/Gcd/gcd.c b/MdeModulePkg/Core/Dxe/Gcd/gcd.c
index be3dbdd..4d58687 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.