audk/MdeModulePkg/Core/DxeIplPeim/Ia32
Jeff Fan b028c1021c MdeModulePkg/DxeIplPeim: UINTN used wrongly for EFI_PHYSICAL_ADDRESS
PeiServicesAllocatePages () will output sizeof (EFI_PHYSICAL_ADDRESS) value.
IdtTableForX64 is sizeof (UINTN) local variable. It will overwrite other local
variable.

This issue is found when we dump BaseOfStack value.

Cc: Feng Tian <feng.tian@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
2016-11-09 16:00:32 +08:00
..
DxeLoadFunc.c MdeModulePkg/DxeIplPeim: UINTN used wrongly for EFI_PHYSICAL_ADDRESS 2016-11-09 16:00:32 +08:00
IdtVectorAsm.S Update the copyright notice format 2010-04-24 09:49:11 +00:00
IdtVectorAsm.asm Update the copyright notice format 2010-04-24 09:49:11 +00:00
IdtVectorAsm.nasm MdeModulePkg DxeIplPeim: Convert Ia32/IdtVectorAsm.asm to NASM 2016-06-28 09:51:55 +08:00