Browse Source

Fix typo in dynamic_zarch.c

tags/v0.3.9
Susi Lehtola GitHub 6 years ago
parent
commit
dff173e50e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      driver/others/dynamic_zarch.c

+ 1
- 1
driver/others/dynamic_zarch.c 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;



Loading…
Cancel
Save