]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sh4: Use vaddr type for TLB virtual addresses
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 8 Oct 2025 06:30:09 +0000 (08:30 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:52 +0000 (17:07 +0200)
commit42c90609b8fd405b34e1d05fb8495068521759b7
tree19ab06bebda913dfdaffdd8e6e0addaf3b6b7a96
parent0edd1789c738af6ce825106d7f331fedf546ee77
target/sh4: Use vaddr type for TLB virtual addresses

tlb_flush_page() expects a vaddr type since commit 732d548732e
("accel: Replace target_ulong in tlb_*()").

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20251008064814.90520-6-philmd@linaro.org>
target/sh4/helper.c