Skip to content

Commit

Permalink
Merge pull request #2405 from susilehtola/patch-1
Browse files Browse the repository at this point in the history
Fix typo in dynamic_zarch.c
  • Loading branch information
martin-frbg authored Feb 11, 2020
2 parents 496e301 + dff173e commit 63994e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/others/dynamic_zarch.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 63994e1

Please sign in to comment.