qemu/target-m68k
Laurent Vivier 4a18cd44f3 target-m68k: fix muluw/mulsw
"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 <laurent@vivier.eu>
Reviewed-by: Richard Henderson <rth@twiddle.net>
2016-11-24 16:24:27 +01:00
..
2016-10-25 20:54:47 +02:00
2016-10-28 10:38:48 +02:00
2016-10-25 20:54:47 +02:00
2016-10-25 20:54:47 +02:00
2016-11-24 16:24:27 +01:00