Fix my copypaste blunder with get_corename
This commit is contained in:
parent
efa84afd00
commit
e3c50643bb
|
@ -58,7 +58,7 @@ void get_libname(void){
|
|||
printf("v9\n");
|
||||
}
|
||||
|
||||
void get_corename(void){
|
||||
printf("sparc\n");
|
||||
char *get_corename(void){
|
||||
return "sparc";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue