s/_mesa_debug_fp_inst/_mesa_print_program/

This commit is contained in:
Brian Paul
2005-11-08 14:53:24 +00:00
parent bdd80bf819
commit e1a5edf083

View File

@@ -1076,7 +1076,7 @@ static void create_new_program(struct state_key *key, GLcontext *ctx,
&p.program->Base );
if (DISASSEM) {
_mesa_debug_fp_inst(p.program->NumTexInstructions + p.program->NumAluInstructions,
_mesa_print_program(p.program->NumTexInstructions + p.program->NumAluInstructions,
p.program->Instructions);
_mesa_printf("\n");
}