]> git.proxmox.com Git - qemu.git/commit
target-sparc: Revert setting cpu_dst to gen_dest_gpr
authorRichard Henderson <rth@twiddle.net>
Mon, 29 Oct 2012 04:50:20 +0000 (15:50 +1100)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 30 Oct 2012 18:52:04 +0000 (18:52 +0000)
commite7d51b3450893dfcef4af4238c48baf2d4b0ed31
tree73a629196d428f0ffdc83094d83ab8ac2d6a1939
parent742a40229d991d5a1a67baba59f6b1ee85dd41f0
target-sparc: Revert setting cpu_dst to gen_dest_gpr

There is some read-after-write error within the OP=2 insns which
prevents setting cpu_dst to the real output register.  Until this
is found and fixed, always write to a temporary first.

Cc: Blue Swirl <blauwirbel@gmail.com>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Tested-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/translate.c