nouveau: major thinko
authorBen Skeggs <skeggsb@gmail.com>
Tue, 24 Jun 2008 18:08:17 +0000 (04:08 +1000)
committerBen Skeggs <skeggsb@gmail.com>
Tue, 24 Jun 2008 18:08:17 +0000 (04:08 +1000)
src/gallium/auxiliary/draw/draw_context.c

index 0e6f55a..678c70e 100644 (file)
@@ -63,7 +63,7 @@ struct draw_context *draw_create( void )
    if (!draw_pt_init( draw ))
       goto fail;
 
-#ifndef PIPE_ARCH_X86
+#ifdef PIPE_ARCH_X86
    if (!draw_vs_init( draw ))
       goto fail;
 #endif