nouveau: remove previous hack around x86_64 breakage
This hack now causes breakage *doh*. :)
This commit is contained in:
@@ -64,10 +64,8 @@ struct draw_context *draw_create( void )
|
||||
if (!draw_pt_init( draw ))
|
||||
goto fail;
|
||||
|
||||
#ifdef PIPE_ARCH_X86
|
||||
if (!draw_vs_init( draw ))
|
||||
goto fail;
|
||||
#endif
|
||||
|
||||
return draw;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user