mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-23 06:25:12 +00:00
target/arm: Fix ISAR6 register state
Bad patch application
This commit is contained in:
parent
0c6311f8cc
commit
0cf14f0d13
|
@ -4266,7 +4266,7 @@ void register_cp_regs_for_features(ARMCPU *cpu)
|
|||
ARM_CP_CONST, PL1_R, 0, NULL, cpu->id_isar5 },
|
||||
{ "ID_MMFR4", 0,0,2, 3,0,6, ARM_CP_STATE_BOTH, ARM_CP_CONST,
|
||||
PL1_R, 0, NULL, cpu->id_mmfr4 },
|
||||
{ "ID_ISAR6", 0,0,2, 3,0,7, 0,
|
||||
{ "ID_ISAR6", 0,0,2, 3,0,7, ARM_CP_STATE_BOTH,
|
||||
ARM_CP_CONST, PL1_R, 0, NULL, cpu->id_isar6 },
|
||||
REGINFO_SENTINEL
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue