Re: [Qemu-devel] [PATCH] target-mips: set carry bit correctly in DSPControl register

2013-05-19 Thread Aurelien Jarno
On Mon, May 13, 2013 at 05:14:35PM +0200, Petar Jovanovic wrote: > From: Petar Jovanovic > > First we need to clear the bit and then we set the given value. > Instruction ADDSC sets the bit and instruction ADDWC uses this bit. > > Signed-off-by: Petar Jovanovic > --- > target-mips/dsp_helper.c

[Qemu-devel] [PATCH] target-mips: set carry bit correctly in DSPControl register

2013-05-13 Thread Petar Jovanovic
From: Petar Jovanovic First we need to clear the bit and then we set the given value. Instruction ADDSC sets the bit and instruction ADDWC uses this bit. Signed-off-by: Petar Jovanovic --- target-mips/dsp_helper.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ta