Re: [Qemu-devel] [PATCH 46/52] target-m68k: introduce byte and word cc_ops
On 05/04/2016 11:21 AM, Laurent Vivier wrote: Signed-off-by: Laurent Vivier --- target-m68k/cpu.h | 6 +-- target-m68k/helper.c| 25 + target-m68k/translate.c | 99 ++--- 3 files changed, 80 insertions(+), 50 deletions(-) I th
[Qemu-devel] [PATCH 46/52] target-m68k: introduce byte and word cc_ops
Signed-off-by: Laurent Vivier --- target-m68k/cpu.h | 6 +-- target-m68k/helper.c| 25 + target-m68k/translate.c | 99 ++--- 3 files changed, 80 insertions(+), 50 deletions(-) diff --git a/target-m68k/cpu.h b/target-m68k/cpu.h in