We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f45776e + 0ac824f commit 25c7e39Copy full SHA for 25c7e39
1 file changed
cpuid_sparc.c
@@ -49,6 +49,7 @@ void get_subdirname(void){
49
}
50
51
void get_cpuconfig(void){
52
+ printf("#define SPARC\n");
53
printf("#define V9\n");
54
printf("#define DTB_DEFAULT_ENTRIES 32\n");
55
0 commit comments