X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FCore%2FPei%2FDispatcher%2FDispatcher.c;h=e6e3a11b168ff203e747ba02329a5400cc156893;hp=91f627dd4ecf2832d4f7ac7b406fc5e963340814;hb=48557c6550adecf39e1e8e140b1736275d070dfb;hpb=a387653db209935677f95ef01608a533bc51633f diff --git a/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c b/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c index 91f627dd4e..e6e3a11b16 100644 --- a/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c +++ b/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c @@ -474,6 +474,7 @@ PeiDispatcher ( // But if new stack is smaller than the size of old stack, we also reserve // the size of old stack at bottom of permenent memory. // + DEBUG ((EFI_D_ERROR, "Old Stack Size%d, New stack size%d\n", (INT32) Private->StackSize, (INT32) OldPeiStackSize)); ASSERT (Private->StackSize >= OldPeiStackSize); StackGap = Private->StackSize - OldPeiStackSize;