On 25 March 2014 21:17, Richard Henderson <[email protected]> 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 <[email protected]> > Cc: Andrzej Zaborowski <[email protected]> > Reported-by: Huw Davies <[email protected]> > Signed-off-by: Richard Henderson <[email protected]> > --- > tcg/arm/tcg-target.c | 21 +++++++++++++++++---- > 1 file changed, 17 insertions(+), 4 deletions(-)
Reviewed-by: Peter Maydell <[email protected]> -- PMM
