commit | 42eb6dfcf135068aa6873e6e9f5f8afa77858914 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Mar 13 13:36:51 2021 -0600 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Jun 13 17:42:40 2021 -0700 |
tree | 7098d74f4bc234866ad2e733374c00dfdea70ddc | |
parent | b7da02dad0f25928e688a5dce74a0f10fa120594 [diff] |
tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/ These variables belong to the jit side, not the user side. Since tcg_init_ctx is no longer used outside of tcg/, move the declaration to tcg-internal.h. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Luis Pires <luis.pires@eldorado.org.br> Suggested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>