target/ppc/mmu-radix64: Use correct string format in walk_tree()
commitd7d9c6071e6dc5d466b229457fc4ad34e101dccd
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 19 Mar 2024 05:10:20 +0000 (19 06:10 +0100)
committerNicholas Piggin <npiggin@gmail.com>
Sat, 30 Mar 2024 08:50:23 +0000 (30 18:50 +1000)
tree80291d3b38a3195975a2e46b9385ba1312cbd1a0
parentbeb0b62c3e0f7e486eac680f41b140f4ed492f59
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>
target/ppc/mmu-radix64.c