r600g: fix warning introduced by last commit.
authorDave Airlie <airlied@redhat.com>
Mon, 30 Aug 2010 05:50:33 +0000 (15:50 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 30 Aug 2010 05:50:52 +0000 (15:50 +1000)
src/gallium/drivers/r600/r600_shader.c

index bda829a..9a4e39e 100644 (file)
@@ -287,7 +287,6 @@ static int tgsi_is_supported(struct r600_shader_ctx *ctx)
                if (i->Src[j].Register.Dimension ||
                        i->Src[j].Register.Absolute) {
                        R600_ERR("unsupported src %d (dimension %d|absolute %d)\n", j,
-                                i->Src[j].Register.Indirect,
                                 i->Src[j].Register.Dimension,
                                 i->Src[j].Register.Absolute);
                        return -EINVAL;