From c657d8e3e4c2b14fa419c0902413fb9219e34ea0 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 5 Nov 2005 20:18:51 +0000 Subject: [PATCH] s/_mesa_debug_vp_inst/_mesa_print_program/ --- src/mesa/tnl/t_vp_build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/tnl/t_vp_build.c b/src/mesa/tnl/t_vp_build.c index 54fde62..4ff70cd 100644 --- a/src/mesa/tnl/t_vp_build.c +++ b/src/mesa/tnl/t_vp_build.c @@ -492,7 +492,7 @@ static void debug_insn( struct prog_instruction *inst, const char *fn, } _mesa_printf("%d:\t", line); - _mesa_debug_vp_inst(1, inst); + _mesa_print_program(1, inst); } } -- 2.7.4