]> git.proxmox.com Git - qemu.git/commit - tcg/README
tcg: remove obsolete jmp op
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 1 Oct 2012 19:00:43 +0000 (21:00 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 6 Oct 2012 16:47:04 +0000 (18:47 +0200)
commit626cd050e2c9094c1b005bc39cab637f8cbe3755
tree0f7cc6a6437475ff4529cbfc93dd1fae8e2dee5d
parentf783cb22409c6537b3cab7e78e527f62b4237d1e
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>
13 files changed:
tcg/README
tcg/arm/tcg-target.c
tcg/hppa/tcg-target.c
tcg/i386/tcg-target.c
tcg/ia64/tcg-target.c
tcg/mips/tcg-target.c
tcg/ppc/tcg-target.c
tcg/ppc64/tcg-target.c
tcg/s390/tcg-target.c
tcg/sparc/tcg-target.c
tcg/tcg-opc.h
tcg/tci/tcg-target.c
tci.c