repair printing of cpu class after machdep.c 1.652
authorjsg <jsg@openbsd.org>
Thu, 18 Aug 2022 13:05:43 +0000 (13:05 +0000)
committerjsg <jsg@openbsd.org>
Thu, 18 Aug 2022 13:05:43 +0000 (13:05 +0000)
ok daniel@ mlarkin@

sys/arch/i386/i386/machdep.c

index e4cb15b..2a00b60 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.652 2022/08/15 04:17:50 daniel Exp $    */
+/*     $OpenBSD: machdep.c,v 1.653 2022/08/18 13:05:43 jsg Exp $       */
 /*     $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $    */
 
 /*-
@@ -509,6 +509,7 @@ const struct cpu_nocpuid_nameclass i386_nocpuid_cpus[] = {
 };
 
 const char *classnames[] = {
+       "",
        "486",
        "586",
        "686"