Re: [Qemu-devel] [PATCH for-2.8] target-m68k: fix muluw/mulsw

2016-11-24 Thread Richard Henderson
On 11/24/2016 09:40 AM, Laurent Vivier wrote: "The multiplier and multiplicand are both word operands, and the result is a long-word operand." So compute flags on a long-word result, not on a word result. Signed-off-by: Laurent Vivier --- target-m68k/translate.c | 2 +- 1 file changed, 1 inse

[Qemu-devel] [PATCH for-2.8] target-m68k: fix muluw/mulsw

2016-11-24 Thread Laurent Vivier
"The multiplier and multiplicand are both word operands, and the result is a long-word operand." So compute flags on a long-word result, not on a word result. Signed-off-by: Laurent Vivier --- target-m68k/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-m68