On 7/20/21 3:17 AM, Richard Henderson wrote: > Reuse the code at the bottom of helper_check_breakpoints, > which is what we currently call from *_tr_breakpoint_check. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/internals.h | 3 +++ > target/arm/cpu.c | 1 + > target/arm/cpu_tcg.c | 1 + > target/arm/debug_helper.c | 7 +++---- > 4 files changed, 8 insertions(+), 4 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>