Fix the name reported when the core supports a 64-bit CCIDX

This commit is contained in:
Andrew Turner 2020-05-12 21:00:13 +00:00
parent bbbed78aaa
commit bf610960c6

View File

@ -601,7 +601,7 @@ static struct mrs_field_value id_aa64mmfr2_nv[] = {
static struct mrs_field_value id_aa64mmfr2_ccidx[] = {
MRS_FIELD_VALUE(ID_AA64MMFR2_CCIDX_32, "32bit CCIDX"),
MRS_FIELD_VALUE(ID_AA64MMFR2_CCIDX_64, "32bit CCIDX"),
MRS_FIELD_VALUE(ID_AA64MMFR2_CCIDX_64, "64bit CCIDX"),
MRS_FIELD_VALUE_END,
};