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
..
cpu-qom.h
cpu.c
cpu.h
gdbstub.c
helper.c
helper.h
m68k-semi.c
Makefile.objs
op_helper.c
qregs.def
translate.c target-m68k: fix muluw/mulsw 2016-11-24 16:24:27 +01:00