mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
tcg: Remove argument to tcg_prologue_init
We can load tcg_ctx just as easily within the callee. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
43e7a2d3f9
commit
935f75ae63
5 changed files with 6 additions and 5 deletions
|
@ -784,7 +784,7 @@ static inline void *tcg_malloc(int size)
|
|||
|
||||
void tcg_init(size_t tb_size, int splitwx, unsigned max_cpus);
|
||||
void tcg_register_thread(void);
|
||||
void tcg_prologue_init(TCGContext *s);
|
||||
void tcg_prologue_init(void);
|
||||
void tcg_func_start(TCGContext *s);
|
||||
|
||||
int tcg_gen_code(TCGContext *s, TranslationBlock *tb, uint64_t pc_start);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue