]> Git Repo - qemu.git/commit
target-sparc: Revert setting cpu_dst to gen_dest_gpr
authorRichard Henderson <[email protected]>
Mon, 29 Oct 2012 04:50:20 +0000 (15:50 +1100)
committerBlue Swirl <[email protected]>
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 <[email protected]>
Cc: Aurelien Jarno <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Tested-by: Aurelien Jarno <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
target-sparc/translate.c
This page took 0.024328 seconds and 4 git commands to generate.