mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 03:00:23 +01:00
llvmpipe: silence a pointer type warning
This commit is contained in:
parent
de740d7b0a
commit
72648c25e6
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ finalize_function(struct gallivm_state *gallivm,
|
|||
|
||||
lp_func_delete_body(function);
|
||||
|
||||
return f;
|
||||
return (lp_jit_setup_triangle) pointer_to_func(f);
|
||||
}
|
||||
|
||||
/* XXX: Generic code:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue