In here we actually do want to assign it. Fix compilation.

This commit is contained in:
Zack Rusin 2007-09-24 05:43:07 -04:00
parent 1ae7373ac5
commit c0afc92f00

View file

@ -216,7 +216,7 @@ st_translate_vertex_shader(struct st_context *st,
tgsi_emit_sse2( stvp->tokens, &stvp->sse2_program );
if (!cso->state.executable)
cso->state.executable = (void *) x86_get_func( &stvp->sse2_program );
((struct cso_vertex_shader*)cso)->state.executable = (void *) x86_get_func( &stvp->sse2_program );
#endif
stvp->dirty = 0;