commit | 17ac97a9581fa9dd9c433d7562506a514f7292b3 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Feb 12 13:34:52 2025 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed May 28 08:08:47 2025 +0100 |
tree | bbe14d06ab06a1cb1287d7d9cab0fde31e64b226 | |
parent | 14c1d81354c425d98423c41f60db5907f70cf216 [diff] |
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>