diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2008-06-25 04:08:17 +1000 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-06-25 04:08:17 +1000 |
commit | bb1089192572714a604cbef836c34cb16da933f4 (patch) | |
tree | ff542d2d188ca7197088c52e5600823aa6687b7f /src | |
parent | b40ed6a0b54d1ba74799aeb3f529c4d298625aa1 (diff) |
nouveau: major thinko
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.c b/src/gallium/auxiliary/draw/draw_context.c index 0e6f55a928..678c70e478 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 |