Browse Source
Commitcoveritye3f7c801f1introduced the TCGCPUOps::debug_check_breakpoint() handler, and commit10c37828b2"moved breakpoint recognition outside of translation", so "we no longer need to flush any TBs when changing BPs". The last target using tb_invalidate_phys_addr() was converted to the debug_check_breakpoint(), so this function is now unused. Remove it. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231130203241.31099-1-philmd@linaro.org>
2 changed files with 0 additions and 34 deletions
Loading…
Reference in new issue