From: Ben Skeggs Date: Tue, 24 Jun 2008 18:08:17 +0000 (+1000) Subject: nouveau: major thinko X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bb1089192572714a604cbef836c34cb16da933f4;p=mesa.git nouveau: major thinko --- diff --git a/src/gallium/auxiliary/draw/draw_context.c b/src/gallium/auxiliary/draw/draw_context.c index 0e6f55a928b..678c70e4782 100644 --- a/src/gallium/auxiliary/draw/draw_context.c +++ b/src/gallium/auxiliary/draw/draw_context.c @@ -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