Browse Source

Fix accidental deletion

pull/2743/head
Martin Kroeker GitHub 5 years ago
parent
commit
c4176105d1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cpuid_x86.c

+ 1
- 1
cpuid_x86.c View File

@@ -1456,7 +1456,7 @@ int get_cpuname(void){
case 3:
case 7:
case 10:
return CPUTYPE_BARCELONA
return CPUTYPE_BARCELONA;
case 5:
return CPUTYPE_BOBCAT;
case 6:


Loading…
Cancel
Save