mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -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
|
@ -121,7 +121,7 @@ static int tcg_init_machine(MachineState *ms)
|
|||
* There's no guest base to take into account, so go ahead and
|
||||
* initialize the prologue now.
|
||||
*/
|
||||
tcg_prologue_init(tcg_ctx);
|
||||
tcg_prologue_init();
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue