summaryrefslogtreecommitdiffstats
path: root/cpudetect.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpudetect.h')
-rw-r--r--cpudetect.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpudetect.h b/cpudetect.h
index 55e975fedf..2d521d801b 100644
--- a/cpudetect.h
+++ b/cpudetect.h
@@ -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;