Re: [PATCH v2] m68k: Fix regression causing Single-Step via GDB/RSP to not single step

2020-01-16 Thread Laurent Vivier
Le 16/01/2020 à 17:54, Laurent Vivier a écrit : > A regression that was introduced, with the refactor to TranslatorOps, > drops two lines that update the PC when single-stepping is being performed. > > Fixes: 11ab74b01e0a ("target/m68k: Convert to TranslatorOps") > Reported-by: Lucien Murray-Pitts

[PATCH v2] m68k: Fix regression causing Single-Step via GDB/RSP to not single step

2020-01-16 Thread Laurent Vivier
A regression that was introduced, with the refactor to TranslatorOps, drops two lines that update the PC when single-stepping is being performed. Fixes: 11ab74b01e0a ("target/m68k: Convert to TranslatorOps") Reported-by: Lucien Murray-Pitts Suggested-by: Lucien Murray-Pitts Suggested-by: Richard