On 7/6/26 03:59, Alex Bennée wrote:
A long time ago we used to check for breakpoints within the target loops. Since b5cf7428416 (accel/tcg: Remove TranslatorOps.breakpoint_check) this is not longer required. Remove the old helper.Fixes: b5cf7428416 (accel/tcg: Remove TranslatorOps.breakpoint_check) Signed-off-by: Alex Bennée<[email protected]> --- target/sparc/helper.h | 1 - target/sparc/helper.c | 8 -------- 2 files changed, 9 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
