Browse Source

Fix my copypaste blunder with get_corename

tags/v0.3.0
Martin Kroeker GitHub 8 years ago
parent
commit
e3c50643bb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      cpuid_sparc.c

+ 2
- 2
cpuid_sparc.c View File

@@ -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…
Cancel
Save