commit | 82e0f9170ac9307de4fc15bfb4d12d5534550322 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Sun Jun 02 22:28:27 2013 +1000 |
committer | Richard Henderson <rth@twiddle.net> | Mon Jun 17 10:42:16 2013 -0700 |
tree | c4061f7bf62d91518779aed336f76edda8f9ec90 | |
parent | 8a94cfb05ea9a8991c832236b4174d354025a7b7 [diff] |
tcg-ppc64: bswap64 rotates output 32 bits If our input and output is in the same register, bswap64 tries to undo a rotate of the input. This just ends up rotating the output. Cc: qemu-stable@nongnu.org Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Richard Henderson <rth@twiddle.net>