On Tue, 23 Jun 2020 at 20:37, Richard Henderson <richard.hender...@linaro.org> wrote: > > Use the same code as system mode, so that we generate the same > exception + syndrome for the unaligned access. > > For the moment, if MTE is enabled so that this path is reachable, > this would generate a SIGSEGV in the user-only cpu_loop. Decoding > the syndrome to produce the proper SIGBUS will be done later. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > v8: Raise the normal data exception + syndrome.
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM