Index: source/cpu_id.cc |
diff --git a/source/cpu_id.cc b/source/cpu_id.cc |
index 73675ac9e8a528d4376f933f7c632ecaab6f5278..0f348af366ec38520a85e743f6e3efd3d43442ad 100644 |
--- a/source/cpu_id.cc |
+++ b/source/cpu_id.cc |
@@ -197,8 +197,8 @@ static LIBYUV_BOOL TestEnv(const char*) { |
LIBYUV_API SAFEBUFFERS |
int InitCpuFlags(void) { |
-#if !defined(__pnacl__) && !defined(__CLR_VER) && defined(CPU_X86) |
int cpu_info; |
+#if !defined(__pnacl__) && !defined(__CLR_VER) && defined(CPU_X86) |
uint32 cpu_info0[4] = { 0, 0, 0, 0 }; |
uint32 cpu_info1[4] = { 0, 0, 0, 0 }; |
uint32 cpu_info7[4] = { 0, 0, 0, 0 }; |