Re: [PATCH v2 08/25] target/arm: Move exception_bkpt_insn to debug_helper.c
On Tue, 7 Jun 2022 at 03:53, Richard Henderson wrote: > > Signed-off-by: Richard Henderson > --- > target/arm/debug_helper.c | 31 +++ > target/arm/op_helper.c| 29 - > 2 files changed, 31 insertions(+), 29 deletions(-) > Reviewed-by:
[PATCH v2 08/25] target/arm: Move exception_bkpt_insn to debug_helper.c
Signed-off-by: Richard Henderson --- target/arm/debug_helper.c | 31 +++ target/arm/op_helper.c| 29 - 2 files changed, 31 insertions(+), 29 deletions(-) diff --git a/target/arm/debug_helper.c b/target/arm/debug_helper.c index a18a09a0c