Re: [PATCH v2 04/25] target/arm: Move exception_target_el out of line

2022-06-09 Thread Peter Maydell
On Tue, 7 Jun 2022 at 03:49, Richard Henderson wrote: > > Move the function to op_helper.c, near raise_exception. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v2 04/25] target/arm: Move exception_target_el out of line

2022-06-06 Thread Richard Henderson
Move the function to op_helper.c, near raise_exception. Signed-off-by: Richard Henderson --- target/arm/internals.h | 16 +--- target/arm/op_helper.c | 15 +++ 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/target/arm/internals.h