m68k: Fix regression causing Single-Step via GDB/RSP to not single step
commit322f244aaa80a5208090d41481c1c09c6face66b
authorLaurent Vivier <laurent@vivier.eu>
Thu, 16 Jan 2020 16:54:54 +0000 (16 17:54 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 21 Jan 2020 12:05:45 +0000 (21 13:05 +0100)
treece6e2df7db4c14577655d2bdd24ec3e3b93630b7
parentd83bbedab5a2758fbb7866c06472feb3f3bf079b
m68k: Fix regression causing Single-Step via GDB/RSP to not single step

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 <lucienmp_antispam@yahoo.com>
Suggested-by: Lucien Murray-Pitts <lucienmp_antispam@yahoo.com>
Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20200116165454.2076265-1-laurent@vivier.eu>
target/m68k/translate.c