diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-03 05:39:46 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-03 05:39:46 +0000 |
commit | 05339bd79c9baa28074e5af9f3eba8aa12ed6181 (patch) | |
tree | 2abbc992d0a552461c08afee5d1253f91e55fa12 /MdeModulePkg | |
parent | 13978ff5183dcec37b006fe8f8305688bf197521 (diff) | |
download | edk2-platforms-05339bd79c9baa28074e5af9f3eba8aa12ed6181.tar.xz |
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')
-rw-r--r-- | MdeModulePkg/Core/Dxe/Gcd/gcd.c | 1 |
1 files changed, 1 insertions, 0 deletions
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.
|