On Sat, 21 Aug 2021 at 21:03, Richard Henderson <richard.hender...@linaro.org> wrote: > > This will shortly be raised for execution with a misaligned pc. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/aarch64/cpu_loop.c | 44 +++++++++++++++++++++-------------- > 1 file changed, 27 insertions(+), 17 deletions(-)
I wasn't expecting PC misalignment to set the FAR (after all you can get the bogus PC out of the exception link register), but conveniently for us it does. Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM