panfrost/midgard/disasm: Add missing space

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
Alyssa Rosenzweig
2019-06-10 11:52:32 -07:00
parent f4ee8d055c
commit 289405392d
@@ -1127,14 +1127,14 @@ print_texture_word(uint32_t *word, unsigned tabs)
if (texture->offset_z != 1)
printf(" /* z = %d */", texture->offset_z);
printf(",");
printf(", ");
} else if (texture->offset_x || texture->offset_y || texture->offset_z) {
printf(" + <%d, %d, %d>, ",
texture->offset_x,
texture->offset_y,
texture->offset_z);
} else {
printf(",");
printf(", ");
}
if (texture->lod_register) {