bring over change from xorg trunk - let build on non-i386

This commit is contained in:
Dave Airlie 2004-08-14 09:09:56 +00:00
parent 56999adb21
commit 1cdfb69116
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ static void intelRasterPrimitive( GLcontext *ctx, GLenum rprim, GLuint hwprim );
* Emit primitives as inline vertices *
***********************************************************************/
#if 1
#ifdef __i386__
#define COPY_DWORDS( j, vb, vertsize, v ) \
do { \
int __tmp; \