Re: [Qemu-devel] [PATCH] [MIPS] Fix operands of RECIP2.S and RECIP2.PS

2012-08-27 Thread Aurelien Jarno
On Mon, Aug 27, 2012 at 09:50:38AM +0100, Richard Sandiford wrote: > Read the second input operand of RECIP2.S and RECIP2.PS from FT rather > than FD. RECIP2.D is already correct. > > Signed-off-by: Richard Sandiford > --- > target-mips/translate.c |4 ++-- > 1 files changed, 2 insertions(+

Re: [Qemu-devel] [PATCH] [MIPS] Fix operands of RECIP2.S and RECIP2.PS

2012-08-27 Thread Stefan Hajnoczi
On Mon, Aug 27, 2012 at 9:50 AM, Richard Sandiford wrote: > Read the second input operand of RECIP2.S and RECIP2.PS from FT rather > than FD. RECIP2.D is already correct. > > Signed-off-by: Richard Sandiford > --- > target-mips/translate.c |4 ++-- > 1 files changed, 2 insertions(+), 2 dele

[Qemu-devel] [PATCH] [MIPS] Fix operands of RECIP2.S and RECIP2.PS

2012-08-27 Thread Richard Sandiford
Read the second input operand of RECIP2.S and RECIP2.PS from FT rather than FD. RECIP2.D is already correct. Signed-off-by: Richard Sandiford --- target-mips/translate.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target-mips/translate.c b/target-mips/translate.c