Browse Source

Update cpuid_x86.c

tags/v0.2.19^2
Martin Kroeker GitHub 10 years ago
parent
commit
154729908e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      cpuid_x86.c

+ 2
- 0
cpuid_x86.c View File

@@ -1172,6 +1172,8 @@ int get_cpuname(void){
#endif
else
return CPUTYPE_NEHALEM;
case 12:
// Braswell
case 13:
// Avoton
return CPUTYPE_NEHALEM;


Loading…
Cancel
Save