diff options
Diffstat (limited to 'target-mips/op_helper.c')
-rw-r--r-- | target-mips/op_helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c index 99bdbcf5d0..1b1c3048a4 100644 --- a/target-mips/op_helper.c +++ b/target-mips/op_helper.c @@ -1589,6 +1589,7 @@ void helper_mtc0_config5(CPUMIPSState *env, target_ulong arg1) { env->CP0_Config5 = (env->CP0_Config5 & (~env->CP0_Config5_rw_bitmask)) | (arg1 & env->CP0_Config5_rw_bitmask); + compute_hflags(env); } void helper_mtc0_lladdr(CPUMIPSState *env, target_ulong arg1) |