]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/tricore: Remove target_ulong use in translate_insn() handler
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 10 Oct 2025 03:44:01 +0000 (05:44 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:52 +0000 (17:07 +0200)
commita15e899626893b5201b7b307090148ca7ff25e66
tree04fc23890ce3b4c84a8a43e4935e1ba389975b80
parent0d5f95425614ba5281177f76ab438756d8213317
target/tricore: Remove target_ulong use in translate_insn() handler

Since commit 85c19af63e7 ("include/exec: Use vaddr in DisasContextBase
for virtual addresses") the DisasContextBase::pc_first field is a
vaddr type.

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