commit | d997143533e010b37363b10eddaf18ccb0e5659f | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Oct 29 09:49:05 2020 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Jan 07 05:09:41 2021 -1000 |
tree | ab81d43635bc78c894f5de4038da3993c2e1801e | |
parent | 1acbad0f278ad585bbfc46081b5b639447585be0 [diff] |
tcg: Make DisasContextBase.tb const There is nothing within the translators that ought to be changing the TranslationBlock data, so make it const. This does not actually use the read-only copy of the data structure that exists within the rx region. Reviewed-by: Joelle van Dyne <j@getutm.app> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>