On Mon, Dec 14, 2020 at 6:02 AM Richard Henderson <richard.hender...@linaro.org> wrote: > > This value is constant across all thread-local copies of TCGContext, > so we might as well move it out of thread-local storage. > > Use the correct function pointer type, and name the variable > tcg_qemu_tb_exec, which means that we are able to remove the > macro that does the casting. > > Replace HAVE_TCG_QEMU_TB_EXEC with CONFIG_TCG_INTERPRETER, > as this is somewhat clearer in intent. > > Reviewed-by: Alex Bennée <alex.ben...@linaro.org> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > include/tcg/tcg.h | 9 ++++----- > tcg/tcg.c | 9 ++++++++- > tcg/tci.c | 3 ++- > 3 files changed, 14 insertions(+), 7 deletions(-)
Reviewed-by: Joelle van Dyne <j...@getutm.app>