mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
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> |
||
|---|---|---|
| .. | ||
| PrmConfigDxe.c | ||
| PrmConfigDxe.inf | ||