diff mbox series

[PULL,66/84] include/exec/gen-icount: Drop tcg_temp_free in gen_tb_start

Message ID 20230306003954.1866998-67-richard.henderson@linaro.org
State Accepted
Commit d136788f76fd0eb9c9742835618177f338696a07
Headers show
Series [PULL,01/84] tcg: Include "qemu/timer.h" for profile_getclock | expand

Commit Message

Richard Henderson March 6, 2023, 12:39 a.m. UTC
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 | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/include/exec/gen-icount.h b/include/exec/gen-icount.h
index aff35d6982..f6de79a6b4 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)