]> git.ipfire.org Git - thirdparty/qemu.git/commit
m68k: Fix regression causing Single-Step via GDB/RSP to not single step
authorLaurent Vivier <laurent@vivier.eu>
Thu, 16 Jan 2020 16:54:54 +0000 (17:54 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 22 Jun 2020 17:47:48 +0000 (12:47 -0500)
commitc44015c50c741ebc267e022542fc110ea97197a0
tree8182ab1528a092448bc55b55feb58d183b1fc346
parentb5ba361d8f8908ab37a104b0110910926d94d57f
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>
(cherry picked from commit 322f244aaa80a5208090d41481c1c09c6face66b)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/m68k/translate.c