Re: [Qemu-devel] [PATCH v2] m68: fix exception stack frame for 68000

2018-04-13 Thread Laurent Vivier
Le 13/04/2018 à 15:30, Pavel Dovgalyuk a écrit : > 68000 CPUs do not save format in the exception stack frame. > This patch adds feature checking to prevent format saving for 68000. > m68k_ret() already includes this modification, this patch fixes > the exception processing function too. > > Signe

[Qemu-devel] [PATCH v2] m68: fix exception stack frame for 68000

2018-04-13 Thread Pavel Dovgalyuk
68000 CPUs do not save format in the exception stack frame. This patch adds feature checking to prevent format saving for 68000. m68k_ret() already includes this modification, this patch fixes the exception processing function too. Signed-off-by: Pavel Dovgalyuk -- v2: - moved switch under the