]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sh4: Remove target_ulong use in gen_goto_tb()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 8 Oct 2025 06:22:58 +0000 (08:22 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:52 +0000 (17:07 +0200)
commit90470a5fcc57b29703fbab5e3ff9c05d420e39f0
treec53d9bda3a6eab4271e01fad824a26e73c32db8d
parent42c90609b8fd405b34e1d05fb8495068521759b7
target/sh4: Remove target_ulong use in gen_goto_tb()

translator_use_goto_tb() expects a vaddr type since commit
b1c09220b4c ("accel/tcg: Replace target_ulong with vaddr in
translator_*()").

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