From d4868babbc7dd39307755b039a13d1f95f13c880 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 29 Dec 2022 23:07:55 +0100 Subject: [PATCH] Fix typos --- driver/others/dynamic_arm64.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/driver/others/dynamic_arm64.c b/driver/others/dynamic_arm64.c index 13d5d3731..0f47b287c 100644 --- a/driver/others/dynamic_arm64.c +++ b/driver/others/dynamic_arm64.c @@ -129,8 +129,8 @@ extern gotoblas_t gotoblas_NEOVERSEN1; extern gotoblas_t gotoblas_NEOVERSEV1; extern gotoblas_t gotoblas_NEOVERSEN2; #else -#define gotoblas_NEOVERSEV1 gotoblas_ARMV8; -#define gotoblas_NEOVERSEN2 gotoblas_ARMV8; +#define gotoblas_NEOVERSEV1 gotoblas_ARMV8 +#define gotoblas_NEOVERSEN2 gotoblas_ARMV8 #endif extern gotoblas_t gotoblas_THUNDERX3T110; extern gotoblas_t gotoblas_CORTEXA55; @@ -279,7 +279,7 @@ static gotoblas_t *get_coretype(void) { return &gotoblas_CORTEXA73; case 0xd0c: // Neoverse N1 return &gotoblas_NEOVERSEN1; -#ifndef NO_SVE +#ifndef NO_SVE case 0xd49: return &gotoblas_NEOVERSEN2; case 0xd40: