diff options
-rw-r--r-- | proc/cpu-types.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/cpu-types.c b/proc/cpu-types.c index f0a56cdc..f15387c7 100644 --- a/proc/cpu-types.c +++ b/proc/cpu-types.c @@ -23,7 +23,7 @@ const char *const mach_cpu_types[] = [CPU_TYPE_ALPHA] = "alpha", }; -const char *const mach_cpu_subtypes[][] = +const char *const mach_cpu_subtypes[][32] = { [CPU_TYPE_VAX] = { |