|
From: | Richard Henderson |
Subject: | Re: [PATCH] target/tricore/helper: Use correct string format in cpu_tlb_fill() |
Date: | Tue, 19 Mar 2024 05:40:52 -1000 |
User-agent: | Mozilla Thunderbird |
On 3/18/24 19:14, 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é<philmd@linaro.org> --- target/tricore/helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |