unicorn/qemu/target/m68k
Laurent Vivier 066f619b02 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")

Backports commit 322f244aaa80a5208090d41481c1c09c6face66b from qemu
2020-03-21 12:15:08 -04:00
..
cpu-param.h tcg: Split out target/arch/cpu-param.h 2019-06-10 19:35:46 -04:00
cpu-qom.h m68k comments break patch submission due to being incorrectly formatted 2019-08-08 14:26:45 -04:00
cpu.c target/m68k: only change valid bits in CACR 2020-01-14 08:17:14 -05:00
cpu.h target/m68k: only change valid bits in CACR 2020-01-14 08:17:14 -05:00
fpu_helper.c m68k comments break patch submission due to being incorrectly formatted 2019-08-08 14:26:45 -04:00
helper.c target/m68k: only change valid bits in CACR 2020-01-14 08:17:14 -05:00
helper.h target/m68k: check CF_PARALLEL instead of parallel_cpus 2019-05-06 00:42:16 -04:00
Makefile.objs target/m68k: add fmod/frem 2018-03-09 01:28:58 -05:00
op_helper.c m68k comments break patch submission due to being incorrectly formatted 2019-08-08 14:26:45 -04:00
qregs.def target-m68k: use floatx80 internally 2018-03-03 19:35:17 -05:00
softfloat_fpsp_tables.h m68k comments break patch submission due to being incorrectly formatted 2019-08-08 14:26:45 -04:00
softfloat.c target/m68k: replace LIT64 with UINT64_C macros 2019-11-18 21:05:59 -05:00
softfloat.h m68k comments break patch submission due to being incorrectly formatted 2019-08-08 14:26:45 -04:00
translate.c m68k: Fix regression causing Single-Step via GDB/RSP to not single step 2020-03-21 12:15:08 -04:00
unicorn.c Use DEFINE_MACHINE() to register all machines 2018-03-11 15:12:46 -04:00
unicorn.h