commit | 032a4b1ba09ab15bb9331a75d49db186e782c00c | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Mar 10 12:34:27 2021 -0600 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Jun 13 17:42:03 2021 -0700 |
tree | bc8f15a896f0093c74babca6f4ec0a6dfdf0a968 | |
parent | 47d590df34b22595f1a6f9e8aafe5531cd2e4b13 [diff] |
tcg: Allocate code_gen_buffer into struct tcg_region_state Do not mess around with setting values within tcg_init_ctx. Put the values into 'region' directly, which is where they will live for the lifetime of the program. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Luis Pires <luis.pires@eldorado.org.br> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>