tcg: Clean up tb_jmp_unlink()
commitf9c5b66f487a04d3747dc6997b1503f9258df945
authorSergey Fedorov <serge.fdrv@gmail.com>
Wed, 23 Mar 2016 18:47:33 +0000 (23 21:47 +0300)
committerRichard Henderson <rth@twiddle.net>
Fri, 13 May 2016 00:06:41 +0000 (12 14:06 -1000)
treeb7461125e578f5bd61a9ee0ad6d0d91ebf60858a
parent89bba496322d4cf996d42cdd4bb0912231656c3d
tcg: Clean up tb_jmp_unlink()

Unify the code of this function with tb_jmp_remove_from_list(). Making
these functions similar improves their readability. Also this could be a
step towards making this function thread-safe.

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