Skip to content

Commit a182251

Browse files
authored
fix typo
1 parent ed95791 commit a182251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/others/dynamic_arm64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ static gotoblas_t *get_coretype(void) {
310310
else cpulowperf++;
311311
if (cpucap >=1000) part = prt;
312312
} else if (implementer == 0x41 ){
313-
if (prt >= 0xd4b) cpuhiperf++:
313+
if (prt >= 0xd4b) cpuhiperf++;
314314
else if (prt>= 0xd07) cpumidperf++;
315315
else cpulowperf++;
316316
} else cpulowperf++;

0 commit comments

Comments
 (0)