Merge pull request #2405 from susilehtola/patch-1

Fix typo in dynamic_zarch.c
This commit is contained in:
Martin Kroeker 2020-02-11 13:03:35 +01:00 committed by GitHub
commit 63994e1cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;