Re: [PATCH v2 14/25] target/arm: Create helper_exception_swstep

2022-06-09 Thread Peter Maydell
On Tue, 7 Jun 2022 at 03:58, Richard Henderson wrote: > > Move the computation from gen_swstep_exception into a helper. > > Signed-off-by: Richard Henderson > --- > target/arm/helper.h | 1 + > target/arm/translate.h| 12 +++- > target/arm/debug_helper.c | 16

[PATCH v2 14/25] target/arm: Create helper_exception_swstep

2022-06-06 Thread Richard Henderson
Move the computation from gen_swstep_exception into a helper. Signed-off-by: Richard Henderson --- target/arm/helper.h | 1 + target/arm/translate.h| 12 +++- target/arm/debug_helper.c | 16 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/targe