Re: [Qemu-devel] [PATCH] m68k: fix subx mem, mem instruction

2018-04-18 Thread Laurent Vivier
Le 18/04/2018 à 08:41, Pavel Dovgalyuk a écrit : > This patch fixes decrement of the pointers for subx mem, mem instructions. > Without the patch pointers are decremented by OS_* constant value instead of > retrieving the corresponding data size and using it as a decrement. > > Signed-off-by: Pave

[Qemu-devel] [PATCH] m68k: fix subx mem, mem instruction

2018-04-17 Thread Pavel Dovgalyuk
This patch fixes decrement of the pointers for subx mem, mem instructions. Without the patch pointers are decremented by OS_* constant value instead of retrieving the corresponding data size and using it as a decrement. Signed-off-by: Pavel Dovgalyuk --- target/m68k/translate.c |4 ++-- 1 fi