mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
mesa/x86: Brown bag fix for undeclared variable.
This commit is contained in:
parent
f935dfc022
commit
a9bc85f3b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue