]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/tricore: Remove target_ulong use in gen_goto_tb()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 10 Oct 2025 03:19:33 +0000 (05:19 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:52 +0000 (17:07 +0200)
commit809b460f30501fac008c13f23e6c0c127b8260bd
treedae5ff46977d915dcf586e6d9faf6bc97df138b0
parent7b2325470ebf9f1414ef4782f7560156e8241f7d
target/tricore: 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: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251010052141.42460-2-philmd@linaro.org>
target/tricore/translate.c