Browse Source

remove stray digit from id

pull/3415/head
Martin Kroeker GitHub 4 years ago
parent
commit
218b00cac1
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 158
#define CPU_A64FX 15

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


Loading…
Cancel
Save