audk/UefiCpuPkg/SecCore
Jeff Fan ec16deeac9 UefiCpuPkg/SecCore: Correct print format for stack information
v2:
  Per Laszlo and Andrew's comments at
    https://lists.01.org/pipermail/edk2-devel/2016-November/004759.html
  SecCoreData->StackBase is VOID * type. We should use %p to dump VOID * type.
  SecCoreData->StackSize is UINTN type, but %x only could print unsinged-int
  type. We will cast it to UINT32 firstly and then use %x to print it.

Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
2016-11-18 09:43:53 +08:00
..
Ia32
FindPeiCore.c
SecBist.c UefiCpuPkg/SecCore: SecPlatformInformation(2) are optional PPIs 2016-09-21 14:12:49 +08:00
SecCore.inf UefiCpuPkg/SecCore: Re-install SEC platform information(2) PPI 2016-09-14 08:54:46 +08:00
SecCore.uni UefiCpuPkg: Convert all .uni files to utf-8 2015-12-15 04:59:14 +00:00
SecCoreExtra.uni UefiCpuPkg: Convert all .uni files to utf-8 2015-12-15 04:59:14 +00:00
SecMain.c UefiCpuPkg/SecCore: Correct print format for stack information 2016-11-18 09:43:53 +08:00
SecMain.h UefiCpuPkg/SecCore: Re-install SEC platform information(2) PPI 2016-09-14 08:54:46 +08:00