Browse Source

fix duplicate id

pull/3415/head
Martin Kroeker GitHub 4 years ago
parent
commit
b85ca5ec3d
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_arm64.c

+ 1
- 1
cpuid_arm64.c View File

@@ -56,7 +56,7 @@ size_t length64=sizeof(value64);
// Apple
#define CPU_VORTEX 13
// Fujitsu
#define CPU_A64FX 14
#define CPU_A64FX 158

static char *cpuname[] = {
"UNKNOWN",


Loading…
Cancel
Save