Fix detection of AMD E2-3200
This commit is contained in:
parent
b9b52c295d
commit
76398c3233
|
@ -1229,6 +1229,7 @@ int get_cpuname(void){
|
|||
case 2:
|
||||
return CPUTYPE_OPTERON;
|
||||
case 1:
|
||||
case 3:
|
||||
case 10:
|
||||
return CPUTYPE_BARCELONA;
|
||||
case 6:
|
||||
|
|
Loading…
Reference in New Issue