Browse Source

mesa/x86: Brown bag fix for undeclared variable.

tags/10.3-branchpoint
Matt Turner 11 years ago
parent
commit
a9bc85f3b2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/x86/common_x86.c

+ 1
- 1
src/mesa/x86/common_x86.c View File

@@ -226,7 +226,7 @@ _mesa_get_x86_features(void)
_mesa_debug(NULL, "CPUID not detected\n");
}
else {
GLuint cpu_features;
GLuint cpu_features, cpu_features_ecx;
GLuint cpu_ext_features;
GLuint cpu_ext_info;
char cpu_vendor[13];

Loading…
Cancel
Save