mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00: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:
@ -586,7 +586,7 @@ int main(int argc, char **argv)
|
||||
* generating the prologue until now so that the prologue can take
|
||||
* the real value of GUEST_BASE into account.
|
||||
*/
|
||||
tcg_prologue_init(tcg_ctx);
|
||||
tcg_prologue_init();
|
||||
|
||||
target_cpu_init(env, regs);
|
||||
|
||||
|
Reference in New Issue
Block a user