pan/midgard: Fix a divide by zero in emit_alu_bundle
util_dynarray_grow_bytes divides by eltsize, but it's possible for bundle->padding to be zero.
I changed the other call to util_dynarray_grow_bytes for consistency.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
util_dynarray_grow_bytes divides by eltsize, but it's possible for bundle->padding to be zero.
I changed the other call to util_dynarray_grow_bytes for consistency.