Fix typo in dynamic_zarch.c

This commit is contained in:
Susi Lehtola
2020-02-11 14:46:30 +13:00
committed by GitHub
parent 3bec250cf9
commit dff173e50e

View File

@@ -31,7 +31,7 @@ char* gotoblas_corename(void) {
}
// __builtin_cpu_is is not supported by zarch
static gotolabs_t* get_coretype(void) {
static gotoblas_t* get_coretype(void) {
FILE* infile;
char buffer[512], * p;