diff --git a/driver/others/dynamic.c b/driver/others/dynamic.c index eef3db94f..4e27717fc 100644 --- a/driver/others/dynamic.c +++ b/driver/others/dynamic.c @@ -198,9 +198,9 @@ void gotoblas_dynamic_init(void) { gotoblas = get_coretype(); #ifdef ARCH_X86 - if (gotoblas == NULL) gotoblas = gotoblas_KATMAI; + if (gotoblas == NULL) gotoblas = &gotoblas_KATMAI; #else - if (gotoblas == NULL) gotoblas = gotoblas_PRESCOTT; + if (gotoblas == NULL) gotoblas = &gotoblas_PRESCOTT; #endif if (gotoblas && gotoblas -> init) {