Re: [Qemu-devel] [PATCH 7/8] tcg: Extract removing of jumps to TB from tb_phys_invalidate()

2016-03-24 Thread Alex Bennée
sergey.fedo...@linaro.org writes: > From: Sergey Fedorov > > 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 > Signe

[Qemu-devel] [PATCH 7/8] tcg: Extract removing of jumps to TB from tb_phys_invalidate()

2016-03-24 Thread sergey . fedorov
From: Sergey Fedorov 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 Signed-off-by: Sergey Fedorov --- translate-all.c | 4