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

2018-04-13 Thread Pavel Dovgalyuk
> From: Laurent Vivier [mailto:laur...@vivier.eu] > Le 13/04/2018 à 13:12, 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

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

2018-04-13 Thread Laurent Vivier
Le 13/04/2018 à 13:12, 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