Re: [Qemu-devel] [PATCH] target-sparc: Revert setting cpu_dst to gen_dest_gpr

2012-10-30 Thread Blue Swirl
Thanks, applied. On Mon, Oct 29, 2012 at 4:50 AM, Richard Henderson wrote: > 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 > Cc: Aure

Re: [Qemu-devel] [PATCH] target-sparc: Revert setting cpu_dst to gen_dest_gpr

2012-10-29 Thread Aurelien Jarno
On Mon, Oct 29, 2012 at 03:50:20PM +1100, Richard Henderson wrote: > 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 > Cc: Aurelien Jarn

[Qemu-devel] [PATCH] target-sparc: Revert setting cpu_dst to gen_dest_gpr

2012-10-28 Thread Richard Henderson
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 Cc: Aurelien Jarno Signed-off-by: Richard Henderson --- target-sparc/translate.c | 2 +- 1 fi