Re: [Qemu-devel] [PATCH for-2.8] target-m68k: Fix cmpa operand size

2016-11-23 Thread Richard Henderson
On 11/23/2016 09:55 PM, Laurent Vivier wrote: "The size of the operation can be specified as word or long. Word length source operands are sign-extended to 32 bits for comparison." So comparison is always done using OS_LONG. Signed-off-by: Laurent Vivier --- target-m68k/translate.c | 2 +- 1

[Qemu-devel] [PATCH for-2.8] target-m68k: Fix cmpa operand size

2016-11-23 Thread Laurent Vivier
"The size of the operation can be specified as word or long. Word length source operands are sign-extended to 32 bits for comparison." So comparison is always done using OS_LONG. Signed-off-by: Laurent Vivier --- target-m68k/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif