commit | d7d9c6071e6dc5d466b229457fc4ad34e101dccd | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Mar 19 06:10:20 2024 +0100 |
committer | Nicholas Piggin <npiggin@gmail.com> | Sat Mar 30 18:50:23 2024 +1000 |
tree | 80291d3b38a3195975a2e46b9385ba1312cbd1a0 | |
parent | beb0b62c3e0f7e486eac680f41b140f4ed492f59 [diff] |
target/ppc/mmu-radix64: Use correct string format in walk_tree() 'mask', 'nlb' and 'base_addr' are all uin64_t types. Use the corresponding PRIx64 format. Fixes: d2066bc50d ("target/ppc: Check page dir/table base alignment") Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>