Merge pull request #3483 from martin-frbg/issue3482
Fix bracing in cpuid_mips64.c
This commit is contained in:
commit
4d61e453cc
|
@ -112,10 +112,10 @@ int detect(void){
|
||||||
} else{
|
} else{
|
||||||
return CPU_SICORTEX;
|
return CPU_SICORTEX;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
return CPU_UNKNOWN;
|
return CPU_UNKNOWN;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
char *get_corename(void){
|
char *get_corename(void){
|
||||||
return cpuname[detect()];
|
return cpuname[detect()];
|
||||||
|
|
Loading…
Reference in New Issue