mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
s/x86_init_func/x86_init_func_size (fixes bug 15119)
This commit is contained in:
parent
947312e464
commit
29054676a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue