commit | 626cd050e2c9094c1b005bc39cab637f8cbe3755 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Mon Oct 01 21:00:43 2012 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Oct 06 18:47:04 2012 +0200 |
tree | 0f7cc6a6437475ff4529cbfc93dd1fae8e2dee5d | |
parent | f783cb22409c6537b3cab7e78e527f62b4237d1e [diff] |
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>