mirror of
https://github.com/mborgerson/xemu.git
synced 2026-03-10 23:34:44 +00:00
Commite3f7c801f1introduced 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>