Browse Source

Merge pull request #726 from jeromerobert/amd-e2-3200

Fix detection of AMD E2-3200
tags/v0.2.16.rc1
Zhang Xianyi 10 years ago
parent
commit
3857581adf
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      cpuid_x86.c

+ 1
- 0
cpuid_x86.c View File

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