Fix typo in dynamic_zarch.c
This commit is contained in:
parent
3bec250cf9
commit
dff173e50e
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue