projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f935dfc
)
mesa/x86: Brown bag fix for undeclared variable.
author
Matt Turner
<mattst88@gmail.com>
Thu, 22 May 2014 18:02:18 +0000
(11:02 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Thu, 22 May 2014 18:02:36 +0000
(11:02 -0700)
src/mesa/x86/common_x86.c
patch
|
blob
|
history
diff --git
a/src/mesa/x86/common_x86.c
b/src/mesa/x86/common_x86.c
index 08b1558975ab1e7f7169f82f418e8acd2b4e1c0f..a55c48ed1372393b7d75123120a87e0738a6dc40 100644
(file)
--- a/
src/mesa/x86/common_x86.c
+++ b/
src/mesa/x86/common_x86.c
@@
-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];