diff options
| author | Richard Henderson | 2021-03-13 20:36:51 +0100 |
|---|---|---|
| committer | Richard Henderson | 2021-06-14 02:42:40 +0200 |
| commit | 42eb6dfcf135068aa6873e6e9f5f8afa77858914 (patch) | |
| tree | 7098d74f4bc234866ad2e733374c00dfdea70ddc /include | |
| parent | tcg: When allocating for !splitwx, begin with PROT_NONE (diff) | |
| download | qemu-42eb6dfcf135068aa6873e6e9f5f8afa77858914.tar.gz qemu-42eb6dfcf135068aa6873e6e9f5f8afa77858914.tar.xz qemu-42eb6dfcf135068aa6873e6e9f5f8afa77858914.zip | |
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/tcg/tcg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tcg/tcg.h b/include/tcg/tcg.h index f48b5aa166..e95abac9f4 100644 --- a/include/tcg/tcg.h +++ b/include/tcg/tcg.h @@ -689,7 +689,6 @@ static inline bool temp_readonly(TCGTemp *ts) return ts->kind >= TEMP_FIXED; } -extern TCGContext tcg_init_ctx; extern __thread TCGContext *tcg_ctx; extern const void *tcg_code_gen_epilogue; extern uintptr_t tcg_splitwx_diff; |
