On 12/2/20 12:44 PM, Philippe Mathieu-Daudé wrote: > Instead of accessing CP0_Config3 directly and checking > the 'MSA Present' bit, introduce an explicit helper, > making the code easier to read. > > Signed-off-by: Philippe Mathieu-Daudé <f4bug@xxxxxxxxx> > --- > target/mips/internal.h | 6 ++++++ > target/mips/kvm.c | 12 ++++++------ > target/mips/translate.c | 8 +++----- > 3 files changed, 15 insertions(+), 11 deletions(-) Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~