mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 03:28:09 +02:00
nouveau: major thinko
This commit is contained in:
parent
b40ed6a0b5
commit
bb10891925
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue