s/x86_init_func/x86_init_func_size (fixes bug 15119)

This commit is contained in:
Brian 2008-03-19 08:38:28 -06:00
parent 947312e464
commit 29054676a0

View 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;
}