diff options
author | Aaron Li <aaron.li@intel.com> | 2025-07-14 09:48:05 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-07-16 07:40:17 +0000 |
commit | 1f462def90617b3823fb5dd222b003e5529b9940 (patch) | |
tree | 0a27f86b9bda4a98db7417617e8e142e173edd42 /MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmRxTxMap.c | |
parent | 83794b8e968e0928aec5333b66d094d0ae289770 (diff) | |
download | edk2-master.zip edk2-master.tar.gz edk2-master.tar.bz2 |
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 'MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmRxTxMap.c')
0 files changed, 0 insertions, 0 deletions