]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Drop DisasContext.tmp_a64
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 03:10:42 +0000 (17:10 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Mar 2023 21:44:07 +0000 (13:44 -0800)
commit828fce78a8b4667d8cc243d8189f3c7b9c8950d0
tree5656b7fcae1558cb17af7e49862f784ac1339626
parent366786e057b64b0c1d195e69d398f4b27923b72b
target/arm: Drop DisasContext.tmp_a64

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

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