mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 08:20:12 +01:00
remove duplicate init func
This commit is contained in:
parent
6446986321
commit
33cf20bb45
1 changed files with 0 additions and 2 deletions
|
|
@ -345,8 +345,6 @@ static GLboolean build_vertex_emit( struct x86_program *p )
|
|||
struct x86_reg vp1 = x86_make_reg(file_XMM, 2);
|
||||
GLubyte *fixup, *label;
|
||||
|
||||
x86_init_func(&p->func);
|
||||
|
||||
/* Push a few regs?
|
||||
*/
|
||||
x86_push(&p->func, countEBP);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue