On 25 March 2014 21:17, Richard Henderson 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.
>
> C
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
Cc: Andrzej Zaborowski
Reported-by: Huw Dav