We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed95791 commit a182251Copy full SHA for a182251
1 file changed
driver/others/dynamic_arm64.c
@@ -310,7 +310,7 @@ static gotoblas_t *get_coretype(void) {
310
else cpulowperf++;
311
if (cpucap >=1000) part = prt;
312
} else if (implementer == 0x41 ){
313
- if (prt >= 0xd4b) cpuhiperf++:
+ if (prt >= 0xd4b) cpuhiperf++;
314
else if (prt>= 0xd07) cpumidperf++;
315
316
} else cpulowperf++;
0 commit comments