瀏覽代碼

s/x86_init_func/x86_init_func_size (fixes bug 15119)

tags/mesa_7_1_rc1
Brian 17 年之前
父節點
當前提交
29054676a0
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/mesa/tnl/t_vertex_sse.c

+ 1
- 1
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;
}

Loading…
取消
儲存