Skip to content

Commit d4868ba

Browse files
authored
Fix typos
1 parent 3e64fa7 commit d4868ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

driver/others/dynamic_arm64.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ extern gotoblas_t gotoblas_NEOVERSEN1;
129129
extern gotoblas_t gotoblas_NEOVERSEV1;
130130
extern gotoblas_t gotoblas_NEOVERSEN2;
131131
#else
132-
#define gotoblas_NEOVERSEV1 gotoblas_ARMV8;
133-
#define gotoblas_NEOVERSEN2 gotoblas_ARMV8;
132+
#define gotoblas_NEOVERSEV1 gotoblas_ARMV8
133+
#define gotoblas_NEOVERSEN2 gotoblas_ARMV8
134134
#endif
135135
extern gotoblas_t gotoblas_THUNDERX3T110;
136136
extern gotoblas_t gotoblas_CORTEXA55;
@@ -279,7 +279,7 @@ static gotoblas_t *get_coretype(void) {
279279
return &gotoblas_CORTEXA73;
280280
case 0xd0c: // Neoverse N1
281281
return &gotoblas_NEOVERSEN1;
282-
#ifndef NO_SVE
282+
#ifndef NO_SVE
283283
case 0xd49:
284284
return &gotoblas_NEOVERSEN2;
285285
case 0xd40:

0 commit comments

Comments
 (0)