]> git.proxmox.com Git - mirror_qemu.git/commit - translate-all.c
tcg: Extract removing of jumps to TB from tb_phys_invalidate()
authorSergey Fedorov <serge.fdrv@gmail.com>
Wed, 23 Mar 2016 15:36:31 +0000 (18:36 +0300)
committerRichard Henderson <rth@twiddle.net>
Fri, 13 May 2016 00:06:41 +0000 (14:06 -1000)
commit89bba496322d4cf996d42cdd4bb0912231656c3d
treea5d2dcd19a0dfc37f1f477d73ac0172a984bf1cd
parent133626783aa5a1bf86332fa3e6f7b8efe005f924
tcg: Extract removing of jumps to TB from tb_phys_invalidate()

Move the code for removing jumps to a TB out of tb_phys_invalidate() to
a separate static inline function tb_jmp_unlink(). This simplifies
tb_phys_invalidate() and improves code structure.

Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com>
Signed-off-by: Sergey Fedorov <sergey.fedorov@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
translate-all.c