diff --git a/driver/others/dynamic_arm64.c b/driver/others/dynamic_arm64.c index b1aad68d9..37991184a 100644 --- a/driver/others/dynamic_arm64.c +++ b/driver/others/dynamic_arm64.c @@ -310,7 +310,7 @@ static gotoblas_t *get_coretype(void) { else cpulowperf++; if (cpucap >=1000) part = prt; } else if (implementer == 0x41 ){ - if (prt >= 0xd4b) cpuhiperf++: + if (prt >= 0xd4b) cpuhiperf++; else if (prt>= 0xd07) cpumidperf++; else cpulowperf++; } else cpulowperf++;