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