mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
tcg: remove obsolete jmp op
The TCG jmp operation doesn't really make sense in the QEMU context, it is unused, it is not implemented by some targets, and it is wrongly implemented by some others. This patch simply removes it. Reviewed-by: Richard Henderson <rth@twiddle.net> Acked-by: Blue Swirl <blauwirbel@gmail.com> Acked-by: Stefan Weil<sw@weilnetz.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
f783cb2240
commit
626cd050e2
13 changed files with 1 additions and 71 deletions
1
tci.c
1
tci.c
|
@ -505,7 +505,6 @@ tcg_target_ulong tcg_qemu_tb_exec(CPUArchState *cpustate, uint8_t *tb_ptr)
|
|||
tci_write_reg(TCG_REG_R0, tmp64);
|
||||
#endif
|
||||
break;
|
||||
case INDEX_op_jmp:
|
||||
case INDEX_op_br:
|
||||
label = tci_read_label(&tb_ptr);
|
||||
assert(tb_ptr == old_code_ptr + op_size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue