diff options
author | Zeng, Star <star.zeng@intel.com> | 2020-02-04 15:02:04 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-02-19 05:36:42 +0000 |
commit | c73fce3d1280423212ed9c43bba17ef90363c354 (patch) | |
tree | 9e7b5049c22e98b42e317c5643c6a72731c181c1 /ArmPkg | |
parent | 3cf658ee7ea7dc302cf7426e031ade7cf1801d73 (diff) | |
download | edk2-c73fce3d1280423212ed9c43bba17ef90363c354.zip edk2-c73fce3d1280423212ed9c43bba17ef90363c354.tar.gz edk2-c73fce3d1280423212ed9c43bba17ef90363c354.tar.bz2 |
UefiCpuPkg RegisterCpuFeaturesLib: Match data type and format specifier
Match data type and format specifier for printing.
1. Type cast ProcessorNumber and FeatureIndex to UINT32
as %d only expects a UINT32.
2. Use %08x instead of %08lx for CacheControl to print Index
as it is UINT32 type.
3. Use %016lx instead of %08lx for MemoryMapped to print
(Index | LShiftU64 (HighIndex, 32)) as it is UINT64 type.
Cc: Eric Dong <eric.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Diffstat (limited to 'ArmPkg')
0 files changed, 0 insertions, 0 deletions