From: Richard Henderson Date: Sat, 25 Feb 2023 08:10:35 +0000 (-1000) Subject: include/exec/gen-icount: Drop tcg_temp_free in gen_tb_start X-Git-Tag: v8.0.0-rc0~27^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d136788f76fd0eb9c9742835618177f338696a07;p=thirdparty%2Fqemu.git include/exec/gen-icount: Drop tcg_temp_free in gen_tb_start Translators are no longer required to free tcg temporaries. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- diff --git a/include/exec/gen-icount.h b/include/exec/gen-icount.h index aff35d69827..f6de79a6b4e 100644 --- a/include/exec/gen-icount.h +++ b/include/exec/gen-icount.h @@ -61,8 +61,6 @@ static inline void gen_tb_start(const TranslationBlock *tb) offsetof(ArchCPU, parent_obj.can_do_io) - offsetof(ArchCPU, env)); } - - tcg_temp_free_i32(count); } static inline void gen_tb_end(const TranslationBlock *tb, int num_insns)