Skip to content

Commit e3c5064

Browse files
authored
Fix my copypaste blunder with get_corename
1 parent efa84af commit e3c5064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cpuid_sparc.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void get_libname(void){
5858
printf("v9\n");
5959
}
6060

61-
void get_corename(void){
62-
printf("sparc\n");
61+
char *get_corename(void){
62+
return "sparc";
6363
}
6464

0 commit comments

Comments
 (0)