]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/avr: Drop DisasContext.free_skip_var0
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 04:05:08 +0000 (18:05 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Mar 2023 21:44:07 +0000 (13:44 -0800)
commitc1110449334c05cb7fc24ecca76de5620d1f596f
tree1d1301f4237c9c1058fc0c4bf66c1973abe9d238
parent9cf1fe2cc055f78343710166a322ad88d57b31ad
target/avr: Drop DisasContext.free_skip_var0

Translators are no longer required to free tcg temporaries,
therefore there's no need to record for later freeing.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/avr/translate.c