]> git.proxmox.com Git - mirror_qemu.git/commit
target/tricore: Rename t_off10 and use tcg_constant_i32
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 26 Feb 2023 22:28:18 +0000 (12:28 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 13:44:37 +0000 (06:44 -0700)
commit5c48ad758d959fc5db34d10096b608c6c78d6d22
tree536f31d8822a019109a3424e20dd0492683aea28
parentbf38ca5c9e27d81ae997d97de8a54c7f2f14550c
target/tricore: Rename t_off10 and use tcg_constant_i32

While temp3 could simply be initialized with tcg_constant_i32,
the renaming makes the purpose clearer.

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