OSDN Git Service

target/avr: Avoid use of tcg_const_i32 throughout
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 22:39:04 +0000 (12:39 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 13:44:37 +0000 (06:44 -0700)
commit6d27bb55d5304f7d29d16c4cbd7d85947d2b8660
tree9246dbde19a302be5e39acbcd6da89d918e7ae8e
parent353c18dc02a7470f7edde915cd49a59753066bbe
target/avr: Avoid use of tcg_const_i32 throughout

All remaining uses are strictly read-only.

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