]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/loongarch: Drop temp_new
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 05:05:39 +0000 (19:05 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Mar 2023 21:44:07 +0000 (13:44 -0800)
commit60a7e25ea23bd05b4f780c1f2fd20cad5efde130
treec785682a0ba2e2d31492197c9f83e2125b433b30
parentaf1872380d8b05a8bfd8316549fa74190be0311a
target/loongarch: Drop temp_new

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: Song Gao <gaosong@loongson.cn>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/loongarch/insn_trans/trans_privileged.c.inc
target/loongarch/translate.c
target/loongarch/translate.h