]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Remove argument to tcg_prologue_init
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 30 Sep 2023 02:35:26 +0000 (19:35 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Oct 2023 18:03:54 +0000 (11:03 -0700)
commit935f75ae639bab5e443aeea7c79a78b949c55fe8
tree11f8da1c7d109270dbc929185fe23d552470228f
parent43e7a2d3f9d2c09c22f494f282dc8a421d3e649f
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>
accel/tcg/tcg-all.c
bsd-user/main.c
include/tcg/tcg.h
linux-user/main.c
tcg/tcg.c