]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/tricore: Replace target_ulong -> vaddr with tlb_fill() callees
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 10 Oct 2025 03:23:57 +0000 (05:23 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:52 +0000 (17:07 +0200)
commit0d5f95425614ba5281177f76ab438756d8213317
tree1e91e58a03d3f59d4cb0b550a14094851f2a359e
parent809b460f30501fac008c13f23e6c0c127b8260bd
target/tricore: Replace target_ulong -> vaddr with tlb_fill() callees

tlb_fill() provides a vaddr type since commit 68d6eee73c
("target/tricore: Convert to CPUClass::tlb_fill").

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251010052141.42460-3-philmd@linaro.org>
target/tricore/helper.c