X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFspWrapperPkg%2FFspInitPei%2FFspInitPeiV2.c;h=50b150aedd8808d4b23ee33ef8fb8aeb1685bfe6;hp=35a994e9608cc1b52cae9a03103f997405b2821b;hb=dd4e2bcfaa068fd958169944e99149fa06b58354;hpb=ebf735f11907e31e1fa80f21737d277d8a964e17 diff --git a/IntelFspWrapperPkg/FspInitPei/FspInitPeiV2.c b/IntelFspWrapperPkg/FspInitPei/FspInitPeiV2.c index 35a994e960..50b150aedd 100644 --- a/IntelFspWrapperPkg/FspInitPei/FspInitPeiV2.c +++ b/IntelFspWrapperPkg/FspInitPei/FspInitPeiV2.c @@ -148,7 +148,7 @@ PeiFspMemoryInit ( PeiServicesGetBootMode (&BootMode); DEBUG ((DEBUG_INFO, "BootMode - 0x%x\n", BootMode)); - GetStackInfo (BootMode, FALSE, &StackBase, &StackSize); + GetStackInfo (BootMode, FALSE, &StackSize, &StackBase); DEBUG ((DEBUG_INFO, "StackBase - 0x%x\n", StackBase)); DEBUG ((DEBUG_INFO, "StackSize - 0x%x\n", StackSize));