Browse Source

s/x86_init_func/x86_init_func_size (fixes bug 15119)

tags/mesa_7_1_rc1
Brian 17 years ago
parent
commit
29054676a0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/tnl/t_vertex_sse.c

+ 1
- 1
src/mesa/tnl/t_vertex_sse.c View File

p.identity = x86_make_reg(file_XMM, 6); p.identity = x86_make_reg(file_XMM, 6);
p.chan0 = x86_make_reg(file_XMM, 7); 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; vtx->emit = NULL;
return; return;
} }

Loading…
Cancel
Save