diff cpudetect.h @ 2281:faf96aeb93ef

fixed?
author arpi
date Fri, 19 Oct 2001 13:09:26 +0000
parents b318387bfeda
children b4c4c832cce7
line wrap: on
line diff
--- a/cpudetect.h	Fri Oct 19 13:01:31 2001 +0000
+++ b/cpudetect.h	Fri Oct 19 13:09:26 2001 +0000
@@ -1,9 +1,9 @@
 #ifdef ARCH_X86
 
-#define CPUTYPE_I386	0
-#define CPUTYPE_I486	1
-#define CPUTYPE_I586	2
-#define CPUTYPE_I686    3
+#define CPUTYPE_I386	3
+#define CPUTYPE_I486	4
+#define CPUTYPE_I586	5
+#define CPUTYPE_I686    6
 
 typedef struct cpucaps_s {
 	int cpuType;