diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/arm/helper.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target/arm/helper.c b/target/arm/helper.c index 992ab2a..2aa04d0 100644 --- a/target/arm/helper.c +++ b/target/arm/helper.c @@ -7586,13 +7586,10 @@ void define_one_arm_cp_reg_with_opaque(ARMCPU *cpu, mask = PL0_RW; break; case 4: + case 5: /* min_EL EL2 */ mask = PL2_RW; break; - case 5: - /* unallocated encoding, so not possible */ - assert(false); - break; case 6: /* min_EL EL3 */ mask = PL3_RW; |