mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
Don't mix variable definitions and other statements (fixed build on old
compiler).
This commit is contained in:
parent
c94a96bae4
commit
c753f367eb
1 changed files with 2 additions and 1 deletions
|
|
@ -2241,10 +2241,11 @@ int flush_sys(viaContextPtr vmesa, drm_via_flush_sys_t* buf)
|
|||
else {
|
||||
GLuint j;
|
||||
GLuint *data;
|
||||
data = (GLuint *)vmesa->dmaAddr;
|
||||
/*=* John Sheng [2003.12.9] Tuxracer & VQ *=*/
|
||||
GLuint k;
|
||||
GLuint *ES;
|
||||
|
||||
data = (GLuint *)vmesa->dmaAddr;
|
||||
ES = pnEngBase;
|
||||
|
||||
if (i == 500000) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue