From c753f367eb838030c90d9dd07e317c1d810fa3e3 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sat, 8 May 2004 07:48:13 +0000 Subject: [PATCH] Don't mix variable definitions and other statements (fixed build on old compiler). --- src/mesa/drivers/dri/unichrome/via_ioctl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/unichrome/via_ioctl.c b/src/mesa/drivers/dri/unichrome/via_ioctl.c index a73df4e0263..eaa5a726e53 100644 --- a/src/mesa/drivers/dri/unichrome/via_ioctl.c +++ b/src/mesa/drivers/dri/unichrome/via_ioctl.c @@ -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) {