diff options
-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.
|