Re: [PATCH 05/18] target/arm: Move arm_singlestep_active out of line

2022-05-31 Thread Peter Maydell
On Mon, 23 May 2022 at 21:53, Richard Henderson wrote: > > Move the function to debug_helper.c, and the > declaration to internals.h. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 05/18] target/arm: Move arm_singlestep_active out of line

2022-05-23 Thread Richard Henderson
Move the function to debug_helper.c, and the declaration to internals.h. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 10 -- target/arm/internals.h| 1 + target/arm/debug_helper.c | 12 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a