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

2018-07-01 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180625203559.21370-1-laur...@vivier.eu Subject: [Qemu-devel] [PATCH 0/1] target/m68k: correctly disassemble move16 === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

[Qemu-devel] [PATCH 0/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... but QEMU executes move16 (and M68040 too). You can try: --8<--- move16.S .data src: .long 0x01020304, 0x05060708, 0x090a0b0c, 0x0d0e0f00 dst: .lo