aboutsummaryrefslogtreecommitdiff
path: root/celt/x86/x86cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'celt/x86/x86cpu.c')
-rw-r--r--celt/x86/x86cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/celt/x86/x86cpu.c b/celt/x86/x86cpu.c
index 555a576b..080eb25e 100644
--- a/celt/x86/x86cpu.c
+++ b/celt/x86/x86cpu.c
@@ -46,7 +46,7 @@
#include <intrin.h>
static _inline void cpuid(unsigned int CPUInfo[4], unsigned int InfoType)
{
- __cpuid((int*)CPUInfo, InfoType);
+ __cpuid((int*)CPUInfo, InfoType);
}
#else