llvmpipe: added a new assertion as a hint to Coverity

Looks like coverity found a false positive for an out of bounds array write.
This commit is contained in:
Brian Paul 2010-05-05 08:22:10 -06:00
parent 6ddd640365
commit 5c2f6a3e9f

View file

@ -274,6 +274,7 @@ lp_scene_bin_command( struct lp_scene *scene,
/* out of memory - simply ignore this command (for now) */
return;
}
assert(tail->count == 0);
}
{