summaryrefslogtreecommitdiffstats
path: root/cpudetect.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpudetect.h')
-rw-r--r--cpudetect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpudetect.h b/cpudetect.h
index 0fd5ec9e72..55e975fedf 100644
--- a/cpudetect.h
+++ b/cpudetect.h
@@ -3,6 +3,7 @@
#define CPUTYPE_I386 0
#define CPUTYPE_I486 1
#define CPUTYPE_I586 2
+#define CPUTYPE_I686 3
typedef struct cpucaps_s {
int cpuType;