diff --git a/qemu/target/arm/helper.c b/qemu/target/arm/helper.c index 6b0536e2..e0433ff1 100644 --- a/qemu/target/arm/helper.c +++ b/qemu/target/arm/helper.c @@ -4641,7 +4641,7 @@ void register_cp_regs_for_features(ARMCPU *cpu) for (r = id_cp_reginfo; r->type != ARM_CP_SENTINEL; r++) { r->access = PL1_RW; } - id_tlbtr_reginfo.access = PL1_RW; + id_mpuir_reginfo.access = PL1_RW; id_tlbtr_reginfo.access = PL1_RW; } if (arm_feature(env, ARM_FEATURE_V8)) {