r200: Fix probable thinko in r200EmitArrays
authorAdam Jackson <ajax@redhat.com>
Fri, 4 Jan 2013 19:26:20 +0000 (14:26 -0500)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Sun, 13 Jan 2013 11:38:31 +0000 (12:38 +0100)
commit06f3a1f792e5f280c8e83581622b2f4bab811720
treeb50f22b8653134b54f5a6db79638da54993317bc
parent1b8adabe2e6cf1cffcb6cf41d0d10d219c814d84
r200: Fix probable thinko in r200EmitArrays

Effectively this path would always assert.  Move the break statement to
the (probable) intended place.

Note: This is a candidate for the stable branches.

Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/mesa/drivers/dri/r200/r200_maos_arrays.c