target/tricore/helper: Use correct string format in cpu_tlb_fill()
commite66d741467d3062e1d7d2150d2c8de0b805095d2
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 19 Mar 2024 05:00:46 +0000 (19 06:00 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 26 Mar 2024 13:24:06 +0000 (26 14:24 +0100)
tree7d6b39543bf3edf676f44bad4d38263b3de81cfc
parenta158c63b3ba120f1656e4dd815d186c623fb5ef6
target/tricore/helper: Use correct string format in cpu_tlb_fill()

'address' got converted from target_ulong to vaddr in commit
68d6eee73c ("target/tricore: Convert to CPUClass::tlb_fill").
Use the corresponding format string to avoid casting.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240319051413.6956-1-philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
target/tricore/helper.c