summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu.cpp b/src/cpu.cpp
index ce923cfe9..0ebb4c1aa 100644
--- a/src/cpu.cpp
+++ b/src/cpu.cpp
@@ -89,7 +89,7 @@ uint64 ottd_rdtsc() {return 0;}
*/
#if defined(_MSC_VER)
void ottd_cpuid(int info[4], int type)
- __cpuiid(info, type);
+ __cpuid(info, type);
}
#elif defined(__x86_64__) || defined(__i386)
void ottd_cpuid(int info[4], int type)