Index: r300/r300_context.h
===================================================================
RCS file: /cvsroot/r300/r300_driver/r300/r300_context.h,v
retrieving revision 1.61
diff -u -r1.61 r300_context.h
--- r300/r300_context.h	5 May 2005 06:51:00 -0000	1.61
+++ r300/r300_context.h	11 May 2005 18:35:51 -0000
@@ -568,7 +568,7 @@
 	
 extern int hw_tcl_on;
 
-#define CURRENT_VERTEX_SHADER(ctx) (ctx->VertexProgram._Enabled ? ctx->VertexProgram.Current : &ctx->_TnlProgram)
+#define CURRENT_VERTEX_SHADER(ctx) (ctx->VertexProgram._Enabled ? ctx->VertexProgram.Current : ctx->_TnlProgram)
 
 //#define TMU_ENABLED(ctx, unit) (hw_tcl_on ? ctx->Texture.Unit[unit]._ReallyEnabled && (OutputsWritten & (1<<(VERT_RESULT_TEX0+(unit)))) : \
 //	(r300->state.render_inputs & (_TNL_BIT_TEX0<<(unit))))
