Make this file build on non-SSE builds (e.g., Cell)

This commit is contained in:
Ian Romanick 2008-02-15 10:00:31 -08:00
parent 397b81bd1c
commit b08d3fa249
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ struct draw_vertex_shader *
draw_create_vs_sse( struct draw_context *draw,
const struct pipe_shader_state *templ )
{
return NULL;
return (void *) 0;
}