diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-02-24 16:32:11 -1000 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-03-05 13:44:07 -0800 |
commit | 2a196de15fe90597058f64dff1a41c000d88f26a (patch) | |
tree | 6cb5f121d0faeb8482e24a6f7f077003e829fb81 /accel/tcg/translator.c | |
parent | 2f2e911d0ca27e071c0d62b2e5f0a2ee6e5967f4 (diff) |
accel/tcg: Remove translator_loop_temp_check
Finish removing tcg temp free accounting interfaces.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'accel/tcg/translator.c')
-rw-r--r-- | accel/tcg/translator.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/accel/tcg/translator.c b/accel/tcg/translator.c index e00e7fa601..7bda43ff61 100644 --- a/accel/tcg/translator.c +++ b/accel/tcg/translator.c @@ -18,10 +18,6 @@ #include "exec/plugin-gen.h" #include "exec/replay-core.h" -void translator_loop_temp_check(DisasContextBase *db) -{ -} - bool translator_use_goto_tb(DisasContextBase *db, target_ulong dest) { /* Suppress goto_tb if requested. */ |