r600g: fix a compiler warning

This commit is contained in:
Marek Olšák 2011-09-30 23:06:51 +02:00
parent 74d6f929b4
commit aae342cff0

View file

@ -1617,6 +1617,7 @@ void r600_query_begin(struct r600_context *ctx, struct r600_query *query)
break;
default:
assert(0);
return;
}
if ((required_space + ctx->pm4_cdwords) > ctx->pm4_ndwords) {