tcg/arm: fix qemu_st64 for big endian targets
authorAurelien Jarno <aurelien@aurel32.net>
Thu, 6 Jan 2011 21:43:13 +0000 (22:43 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 8 Jan 2011 15:41:33 +0000 (16:41 +0100)
commitcbc60b7ffa1397c08c5de88b37a0180cbd2978e1
treea5b2a26837eb7249de65ebebc9ad9c6f632c3b3f
parent3a0590034cf47301277eebf5a7958261dbb44404
tcg/arm: fix qemu_st64 for big endian targets

Due to a typo, qemu_st64 doesn't properly byteswap the 32-bit low word of
a 64 bit word before saving it. This patch fixes that.

Acked-by: Andrzej Zaborowski <balrogg@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/arm/tcg-target.c