From: Brian Date: Wed, 19 Mar 2008 14:38:28 +0000 (-0600) Subject: s/x86_init_func/x86_init_func_size (fixes bug 15119) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29054676a094c59b70cfec8b05da11741e53722c;p=mesa.git s/x86_init_func/x86_init_func_size (fixes bug 15119) --- diff --git a/src/mesa/tnl/t_vertex_sse.c b/src/mesa/tnl/t_vertex_sse.c index 922737009af..f1c98fe2d12 100644 --- a/src/mesa/tnl/t_vertex_sse.c +++ b/src/mesa/tnl/t_vertex_sse.c @@ -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; }