Re: [Qemu-devel] [PATCH 4/4] target-m68k: Use gen_ea_mode in cmpm

2016-11-02 Thread Laurent Vivier
Le 01/11/2016 à 22:29, Richard Henderson a écrit : > The writeback infrastructure takes care of ensuring that Ax == Ay > both uses the updated register value from Ay for Ax, and updating > the final register result twice. > > ??? Maybe squash into previous. I think the previous one should be co

[Qemu-devel] [PATCH 4/4] target-m68k: Use gen_ea_mode in cmpm

2016-11-01 Thread Richard Henderson
The writeback infrastructure takes care of ensuring that Ax == Ay both uses the updated register value from Ay for Ax, and updating the final register result twice. ??? Maybe squash into previous. Signed-off-by: Richard Henderson --- target-m68k/translate.c | 28 1