On Tue, 7 Jun 2022 at 04:12, Richard Henderson <richard.hender...@linaro.org> wrote: > > Handle the debug vs current el exception test in one place. > Leave EXCP_BKPT alone, since that treats debug < current differently. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/debug_helper.c | 44 +++++++++++++++++++++------------------ > 1 file changed, 24 insertions(+), 20 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM