On 8/18/21 6:43 AM, Philippe Mathieu-Daudé wrote:
Most TCG helpers only have access to a DisasContext pointer, not CPUMIPSState. Store a copy of CPUMIPSState::CP0_Config0 in DisasContext so we can access it from TCG helpers.Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org> --- target/mips/tcg/translate.h | 1 + target/mips/tcg/translate.c | 1 + 2 files changed, 2 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~