From b4979ec178fd87d80666e201c91220d9ecc6363d Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 10 Jun 2005 13:59:49 +0000 Subject: Allow the print opcode to compile --- src/mesa/tnl/t_vb_arbprogram.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mesa/tnl/t_vb_arbprogram.c b/src/mesa/tnl/t_vb_arbprogram.c index 457d56071e..5dab29270f 100644 --- a/src/mesa/tnl/t_vb_arbprogram.c +++ b/src/mesa/tnl/t_vb_arbprogram.c @@ -40,7 +40,6 @@ #include "math/m_translate.h" #include "t_context.h" #include "t_pipeline.h" -#include "t_vp_build.h" #include "t_vb_arbprogram.h" #define DISASSEM 0 @@ -976,7 +975,7 @@ static void cvp_emit_inst( struct compilation *cp, } break; } - case VP_OPCODE_PRINT: + case VP_OPCODE_END: break; -- cgit v1.2.3