Files
edk2/PrmPkg/PrmConfigDxe
Aaron Li 1f462def90 PrmPkg: Fix debug log format specifier for PhysicalAddress
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>
2025-07-16 07:40:17 +00:00
..