diff -urN GotoBLAS2/driver/others/dynamic.c GotoBLAS2.tmc/driver/others/dynamic.c --- GotoBLAS2/driver/others/dynamic.c 2010-01-20 18:28:45.000000000 +0200 +++ GotoBLAS2.tmc/driver/others/dynamic.c 2010-09-07 20:26:24.000000000 +0300 @@ -181,9 +181,9 @@ 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) {