Don't mix variable definitions and other statements (fixed build on old

compiler).
This commit is contained in:
Eric Anholt 2004-05-08 07:48:13 +00:00
parent c94a96bae4
commit c753f367eb
1 changed files with 2 additions and 1 deletions

View File

@ -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) {