commit | fe9b676fb3160496b4b2bf0c57d33be724bf04c3 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Oct 23 12:20:47 2019 -0400 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Oct 28 10:35:23 2019 +0100 |
tree | 4af5d3fe83acae194d9c697e2011b6e0df240dc7 | |
parent | 1b1940026c95b941d9cf75bd38b37fe3feaa78a7 [diff] |
translate-all: Remove tb_alloc Since 2ac01d6dafab, this function does only two things: assert a lock is held, and call tcg_tb_alloc. It is used exactly once, and its user has already done the assert. Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Clement Deschamps <clement.deschamps@greensocs.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>