diff options
Diffstat (limited to 'proc/cpu-types.c')
-rw-r--r-- | proc/cpu-types.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proc/cpu-types.c b/proc/cpu-types.c index 3d89d5a7..41af0888 100644 --- a/proc/cpu-types.c +++ b/proc/cpu-types.c @@ -36,6 +36,9 @@ const char *const mach_cpu_types[] = #ifdef CPU_TYPE_X86_64 [CPU_TYPE_X86_64] = "x86_64", #endif +#ifdef CPU_TYPE_ARM64 + [CPU_TYPE_ARM64] = "aarch64", +#endif }; const char *const mach_cpu_subtypes[][32] = |