Re: [PATCH 08/18] target/arm: Use is_a64 in arm_generate_debug_exceptions

2022-05-31 Thread Peter Maydell
On Mon, 23 May 2022 at 21:59, Richard Henderson wrote: > > Use the accessor rather than the raw structure member. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 08/18] target/arm: Use is_a64 in arm_generate_debug_exceptions

2022-05-23 Thread Richard Henderson
Use the accessor rather than the raw structure member. Signed-off-by: Richard Henderson --- target/arm/debug_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/arm/debug_helper.c b/target/arm/debug_helper.c index 2bbf065b3a..3a86901779 100644 --- a/target/arm/deb