mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
TCG: Final globals clean-up
Signed-off-by: Evgeny Voevodin <evgenyvoevodin@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
2742f56d13
commit
0b0d3320db
3 changed files with 61 additions and 52 deletions
|
@ -263,7 +263,7 @@ void tcg_context_init(TCGContext *s)
|
|||
void tcg_prologue_init(TCGContext *s)
|
||||
{
|
||||
/* init global prologue and epilogue */
|
||||
s->code_buf = code_gen_prologue;
|
||||
s->code_buf = s->code_gen_prologue;
|
||||
s->code_ptr = s->code_buf;
|
||||
tcg_target_qemu_prologue(s);
|
||||
flush_icache_range((tcg_target_ulong)s->code_buf,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue