On 18 January 2016 at 07:12, Peter Crosthwaite
wrote:
> From: Paolo Bonzini
>
> System emulation only has a little-endian target; BE32 mode
> is implemented by adjusting the low bits of the address
> for every byte and halfword load and store. 64-bit accesses
> flip the low and high words.
>
> S
From: Paolo Bonzini
System emulation only has a little-endian target; BE32 mode
is implemented by adjusting the low bits of the address
for every byte and halfword load and store. 64-bit accesses
flip the low and high words.
Signed-off-by: Paolo Bonzini
[PC changes:
* rebased against master