summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers/TimerDxe/TimerDxe.c
diff options
context:
space:
mode:
authorAaron Li <aaron.li@intel.com>2025-07-14 09:48:05 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2025-07-16 07:40:17 +0000
commit1f462def90617b3823fb5dd222b003e5529b9940 (patch)
tree0a27f86b9bda4a98db7417617e8e142e173edd42 /ArmPkg/Drivers/TimerDxe/TimerDxe.c
parent83794b8e968e0928aec5333b66d094d0ae289770 (diff)
downloadedk2-master.zip
edk2-master.tar.gz
edk2-master.tar.bz2
PrmPkg: Fix debug log format specifier for PhysicalAddressHEADmaster
The debug print incorrectly uses "%016x" to print a UINT64 PhysicalAddress. This can cause truncation since "%x" expects UINT32. Update the format specifier to "%016llx" to properly handle UINT64 values and ensure correct output across all architectures. Signed-off-by: Aaron Li <aaron.li@intel.com>
Diffstat (limited to 'ArmPkg/Drivers/TimerDxe/TimerDxe.c')
0 files changed, 0 insertions, 0 deletions