]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/tricore: Remove target_ulong use in gen_addi_d()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 10 Oct 2025 03:47:05 +0000 (05:47 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:52 +0000 (17:07 +0200)
commit44e2b68d275340c23f21f37f7c44e25c1b7543c9
tree6a0aa982c0291cb5b6dad991fc9d469c873f18bc
parenta15e899626893b5201b7b307090148ca7ff25e66
target/tricore: Remove target_ulong use in gen_addi_d()

Callers pass either int32_t or int16_t.

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