radeonsi: fix line splitting in si_shader_dump_assembly
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Mon, 29 Apr 2019 13:59:22 +0000 (15:59 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Thu, 13 Jun 2019 00:28:23 +0000 (20:28 -0400)
commit3bde69e789ca75d6b5dc9afc48dcb1675714769c
tree9c336bd8b9d1ce83c95ddd93df7f72756b36d7ec
parentaa737e858050239c263b06d2646f9977876b5ba2
radeonsi: fix line splitting in si_shader_dump_assembly

Compute the count since the start of the current line instead of the
count since the start of the the disassembly.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/drivers/radeonsi/si_shader.c