mirror of
https://github.com/utmapp/qemu.git
synced 2026-05-26 13:51:06 +00:00
6d2cbe338b
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. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20201214140314.18544-15-richard.henderson@linaro.org>