Re: [Qemu-devel] [PATCH 1/1] target/m68k: correctly disassemble move16

2018-06-25 Thread Thomas Huth
Am Mon, 25 Jun 2018 22:35:59 +0200 schrieb Laurent Vivier : > "move16 %a0@+,%a1@" and "fmovel (cpid=3) %a0@-,%fpcr" > share the same opcode. > > To fix that, backport the fix from binutils: > > 2005-11-10 Andreas Schwab > > * m68k-dis.c (print_insn_m68k): Only match FPU insns with >

[Qemu-devel] [PATCH 1/1] target/m68k: correctly disassemble move16

2018-06-25 Thread Laurent Vivier
"move16 %a0@+,%a1@" and "fmovel (cpid=3) %a0@-,%fpcr" share the same opcode. To fix that, backport the fix from binutils: 2005-11-10 Andreas Schwab * m68k-dis.c (print_insn_m68k): Only match FPU insns with coprocessor ID 1. Reported-by: Thomas Huth Signed-off-by: Laurent Vivier