s/x86_init_func/x86_init_func_size (fixes bug 15119)
authorBrian <brian.paul@tungstengraphics.com>
Wed, 19 Mar 2008 14:38:28 +0000 (08:38 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 19 Mar 2008 14:38:28 +0000 (08:38 -0600)
src/mesa/tnl/t_vertex_sse.c

index 922737009af8fb6a3633a2b5474d79d0f895b198..f1c98fe2d1246bbb9547b9389505739234a3b93a 100644 (file)
@@ -653,7 +653,7 @@ void _tnl_generate_sse_emit( GLcontext *ctx )
    p.identity = x86_make_reg(file_XMM, 6);
    p.chan0 = x86_make_reg(file_XMM, 7);
 
-   if (!x86_init_func(&p.func, MAX_SSE_CODE_SIZE)) {
+   if (!x86_init_func_size(&p.func, MAX_SSE_CODE_SIZE)) {
       vtx->emit = NULL;
       return;
    }