ARL dst idx was undefined.

This commit is contained in:
Aapo Tahkola
2006-03-22 21:29:15 +00:00
parent daffbe99dc
commit 6fc864b9e6
+2 -1
View File
@@ -2296,7 +2296,8 @@ parse_address_reg (GLcontext * ctx, GLubyte ** inst,
{
struct var_cache *dst;
GLuint result;
(void) Index;
*Index = 0; /* XXX */
dst = parse_string (inst, vc_head, Program, &result);
Program->Position = parse_position (inst);