Skip to content

Commit 63994e1

Browse files
authored
Merge pull request #2405 from susilehtola/patch-1
Fix typo in dynamic_zarch.c
2 parents 496e301 + dff173e commit 63994e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver/others/dynamic_zarch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ char* gotoblas_corename(void) {
3131
}
3232

3333
// __builtin_cpu_is is not supported by zarch
34-
static gotolabs_t* get_coretype(void) {
34+
static gotoblas_t* get_coretype(void) {
3535
FILE* infile;
3636
char buffer[512], * p;
3737

0 commit comments

Comments
 (0)