]> git.ipfire.org Git - thirdparty/qemu.git/commit - target/sparc/translate.c
target/sparc: Drop get_temp_tl
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 07:24:23 +0000 (21:24 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Mar 2023 21:44:08 +0000 (13:44 -0800)
commit52123f14e14233a353f81f87506b3b8c7b38898c
tree7eaa4c748de25daead33a5cecab7a7fae1cb2854
parentbebd5cb300db7be1ee69106373e47a041c02d7e1
target/sparc: Drop get_temp_tl

Translators are no longer required to free tcg temporaries,
therefore there's no need to record temps for later freeing.
Replace the few uses with tcg_temp_new.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sparc/translate.c