On 25 March 2014 21:17, Richard Henderson <r...@twiddle.net> wrote: > The arm ldrd/strd insns must cause alignment traps, whereas > at least for armv7 ldr/str must handle unaligned operations. > > While this is hardly the only problem facing user-only emu, > this solves one problem for i386 on armv7 emulation. > > Cc: Peter Maydell <peter.mayd...@linaro.org> > Cc: Andrzej Zaborowski <balr...@gmail.com> > Reported-by: Huw Davies <h...@codeweavers.com> > Signed-off-by: Richard Henderson <r...@twiddle.net> > --- > tcg/arm/tcg-target.c | 21 +++++++++++++++++---- > 1 file changed, 17 insertions(+), 4 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> -- PMM