Re: [Qemu-devel] [PATCH 2/2] target-sparc: fix FMOVr instruction

2012-10-20 Thread Blue Swirl
On Tue, Oct 16, 2012 at 11:28 PM, Aurelien Jarno wrote: > Like the MOVr instruction, the FMOVr instruction has the condition > encoded between bits 10 and 12. Thanks, applied. > > Cc: Blue Swirl > Signed-off-by: Aurelien Jarno > --- > target-sparc/translate.c |2 +- > 1 file changed, 1 in

[Qemu-devel] [PATCH 2/2] target-sparc: fix FMOVr instruction

2012-10-16 Thread Aurelien Jarno
Like the MOVr instruction, the FMOVr instruction has the condition encoded between bits 10 and 12. Cc: Blue Swirl Signed-off-by: Aurelien Jarno --- target-sparc/translate.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-sparc/translate.c b/target-sparc/translate.c