Re: [PATCH v2 3/8] linux-user/aarch64: Handle EC_PCALIGNMENT

2021-08-26 Thread Peter Maydell
On Sat, 21 Aug 2021 at 21:03, Richard Henderson wrote: > > This will shortly be raised for execution with a misaligned pc. > > Signed-off-by: Richard Henderson > --- > linux-user/aarch64/cpu_loop.c | 44 +-- > 1 file changed, 27 insertions(+), 17 deletions(-) I w

[PATCH v2 3/8] linux-user/aarch64: Handle EC_PCALIGNMENT

2021-08-21 Thread Richard Henderson
This will shortly be raised for execution with a misaligned pc. Signed-off-by: Richard Henderson --- linux-user/aarch64/cpu_loop.c | 44 +-- 1 file changed, 27 insertions(+), 17 deletions(-) diff --git a/linux-user/aarch64/cpu_loop.c b/linux-user/aarch64/cpu_loop