On Tue, Mar 19, 2024 at 06:14:13AM +0100, Philippe Mathieu-Daudé wrote: > '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é <phi...@linaro.org> > --- > target/tricore/helper.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Bastian Koppelmann <kbast...@mail.uni-paderborn.de> Cheers, Bastian