mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
tcg: Rename debug_insn_start to insn_start
With an eye toward making it mandatory. Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
5fdb4671b0
commit
765b842ade
23 changed files with 28 additions and 37 deletions
9
tci.c
9
tci.c
|
@ -1081,15 +1081,6 @@ uintptr_t tcg_qemu_tb_exec(CPUArchState *env, uint8_t *tb_ptr)
|
|||
|
||||
/* QEMU specific operations. */
|
||||
|
||||
#if TARGET_LONG_BITS > TCG_TARGET_REG_BITS
|
||||
case INDEX_op_debug_insn_start:
|
||||
TODO();
|
||||
break;
|
||||
#else
|
||||
case INDEX_op_debug_insn_start:
|
||||
TODO();
|
||||
break;
|
||||
#endif
|
||||
case INDEX_op_exit_tb:
|
||||
next_tb = *(uint64_t *)tb_ptr;
|
||||
goto exit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue