Skip to content

Commit d1b512a

Browse files
authored
Return a corename for SPARC
1 parent e0b0278 commit d1b512a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: cpuid_sparc.c

+5
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,8 @@ void get_cpuconfig(void){
5757
void get_libname(void){
5858
printf("v9\n");
5959
}
60+
61+
void get_corename(void){
62+
printf("sparc\n");
63+
}
64+

0 commit comments

Comments
 (0)