Re: [Qemu-devel] [PATCH for-2.5 12/30] m68k: Manage divw overflow

2015-08-11 Thread Richard Henderson
On 08/09/2015 01:13 PM, Laurent Vivier wrote: "Overflow may be detected and set before the instruction completes. If the instruction detects an overflow, it sets the overflow condition code, and the operands are unaffected." May also implies may not. I presume this is important for matching ha

[Qemu-devel] [PATCH for-2.5 12/30] m68k: Manage divw overflow

2015-08-09 Thread Laurent Vivier
"Overflow may be detected and set before the instruction completes. If the instruction detects an overflow, it sets the overflow condition code, and the operands are unaffected." Signed-off-by: Laurent Vivier --- target-m68k/translate.c | 26 +- 1 file changed, 17 inserti