]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/microblaze: Fix printf format in mmu_translate
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 12 Feb 2025 21:34:52 +0000 (13:34 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 28 May 2025 07:08:47 +0000 (08:08 +0100)
commit17ac97a9581fa9dd9c433d7562506a514f7292b3
treebbe14d06ab06a1cb1287d7d9cab0fde31e64b226
parent14c1d81354c425d98423c41f60db5907f70cf216
target/microblaze: Fix printf format in mmu_translate

Use TARGET_FMT_lx to match the target_ulong type of vaddr.

Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/microblaze/mmu.c