From 750719528a624295e708fdd8ca31c42e5186120c Mon Sep 17 00:00:00 2001 From: User User-User Date: Sun, 20 Jun 2021 16:40:43 +0200 Subject: [PATCH] bugz --- driver/others/dynamic_arm64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/others/dynamic_arm64.c b/driver/others/dynamic_arm64.c index 1bec91462..04ceaaf6d 100644 --- a/driver/others/dynamic_arm64.c +++ b/driver/others/dynamic_arm64.c @@ -102,7 +102,7 @@ extern gotoblas_t gotoblas_NEOVERSEN1; #ifdef DYN_CORTEX_A55 extern gotoblas_t gotoblas_CORTEXA55; #else -#define gotoblas_NEOVERSEN1 gotoblas_ARMV8 +#define gotoblas_CORTEXA55 gotoblas_ARMV8 #endif #else extern gotoblas_t gotoblas_CORTEXA53;