llvmpipe: Initialize variable.

This commit is contained in:
Vinson Lee
2010-10-19 10:14:11 -07:00
parent 22725eb3e8
commit 36dde032a4
@@ -240,6 +240,7 @@ do_debug_bin( struct tile *tile,
memset(tile->data, ' ', sizeof tile->data);
tile->coverage = 0;
tile->overdraw = 0;
tile->state = NULL;
for (block = bin->head; block; block = block->next) {
for (k = 0; k < block->count; k++, j++) {