Searched hist:bf042e8e52f0140388837ce75f865969831ab1ab (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | bf042e8e52f0140388837ce75f865969831ab1ab Tue Mar 09 22:33:15 UTC 2021 Richard Henderson <richard.henderson@linaro.org> tcg: Split out tcg_region_prologue_set
This has only one user, but will make more sense after some code motion.
Always leave the tcg_init_ctx initialized to the first region, in preparation for tcg_prologue_init(). This also requires that we don't re-allocate the region for the first cpu, lest we hit the assertion for total number of regions allocated .
Reviewed-by: Luis Pires <luis.pires@eldorado.org.br> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|