aboutsummaryrefslogtreecommitdiff
path: root/target/mips/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/mips/cpu.c')
-rw-r--r--target/mips/cpu.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/target/mips/cpu.c b/target/mips/cpu.c
index 0643a5784c..001b1b88e2 100644
--- a/target/mips/cpu.c
+++ b/target/mips/cpu.c
@@ -532,10 +532,7 @@ static void mips_cpu_reset(DeviceState *dev)
env->hflags |= MIPS_HFLAG_M16;
}
- /* MSA */
- if (ase_msa_available(env)) {
- msa_reset(env);
- }
+ msa_reset(env);
compute_hflags(env);
restore_fp_status(env);