]> git.proxmox.com Git - mirror_qemu.git/commit - translate-all.c
tcg: Rename tb_jmp_remove() to tb_remove_from_jmp_list()
authorSergey Fedorov <serge.fdrv@gmail.com>
Wed, 23 Mar 2016 15:30:16 +0000 (18:30 +0300)
committerRichard Henderson <rth@twiddle.net>
Fri, 13 May 2016 00:06:41 +0000 (14:06 -1000)
commit133626783aa5a1bf86332fa3e6f7b8efe005f924
treee9406b33eecb8c905776d79b04f88b85d1a4d7e5
parent9962c478b153a18fe88a6509fe58cd178aff8abc
tcg: Rename tb_jmp_remove() to tb_remove_from_jmp_list()

tb_jmp_remove() was only used to remove the TB from a list of all TBs
jumping to the same TB which is n-th jump destination of the given TB.
Put a comment briefly describing the function behavior and rename it to
better reflect its purpose.

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