]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
include/exec/gen-icount: Drop tcg_temp_free in gen_tb_start
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 08:10:35 +0000 (22:10 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Mar 2023 21:44:08 +0000 (13:44 -0800)
Translators are no longer required to free tcg temporaries.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/gen-icount.h

index aff35d69827679166fb5c2958c05fb2c8635464d..f6de79a6b4ed814c78ced8cd0de9f45f092e978e 100644 (file)
@@ -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)