commit | 9a3abc21a61f95799c1f301b0b480a98a29fa0ff | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Thu Jan 06 22:43:13 2011 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Jan 08 16:41:33 2011 +0100 |
tree | a5b2a26837eb7249de65ebebc9ad9c6f632c3b3f | |
parent | c69806ab82760a2e5ca880d41e8786276c838152 [diff] |
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>