]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/avr: Avoid use of tcg_const_i32 in SBIC, SBIS
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 22:38:14 +0000 (12:38 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 13:44:37 +0000 (06:44 -0700)
commit353c18dc02a7470f7edde915cd49a59753066bbe
tree33e57e2dd8c78da5217c5ddc9520481242a08bbd
parent00da6b49a227607c7235a1e7db6ebaf1ae44e139
target/avr: Avoid use of tcg_const_i32 in SBIC, SBIS

The use of separate data/port variables is existing
practice elsewhere, e.g. SBI, CBI.

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