mirror of https://github.com/acidanthera/audk.git
Remove window EOL
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5425 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
65e3009ce3
commit
d74eeda8a7
|
@ -485,7 +485,7 @@ Returns:
|
|||
if (Private->StackSize > OldPeiStackSize) {
|
||||
StackGap = Private->StackSize - OldPeiStackSize;
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Update HandOffHob for new installed permenent memory
|
||||
//
|
||||
|
@ -498,7 +498,7 @@ Returns:
|
|||
// CAUTION: The new base is computed accounding to gap of new stack.
|
||||
//
|
||||
NewPermenentMemoryBase = Private->PhysicalMemoryBegin + StackGap;
|
||||
StackOffset = (UINTN) NewPermenentMemoryBase - (UINTN) SecCoreData->StackBase;
|
||||
StackOffset = (UINTN) NewPermenentMemoryBase - (UINTN) SecCoreData->StackBase;
|
||||
HeapOffset = (INTN) ((UINTN) Private->PhysicalMemoryBegin + Private->StackSize - \
|
||||
(UINTN) SecCoreData->PeiTemporaryRamBase);
|
||||
DEBUG ((EFI_D_INFO, "Heap Offset = 0x%X Stack Offset = 0x%X\n", HeapOffset, StackOffset));
|
||||
|
|
Loading…
Reference in New Issue