ir3/print: Use mesa_stream_log_printf for (kill)

This was missed during the conversion.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12033>
This commit is contained in:
Connor Abbott
2021-07-23 11:43:56 +02:00
committed by Marge Bot
parent efa3600306
commit f59816b815
+1 -1
View File
@@ -250,7 +250,7 @@ print_reg_name(struct log_stream *stream, struct ir3_instruction *instr,
* although it's more convenient for RA if it's a pointer.
*/
if (reg->tied)
printf("(tied)");
mesa_log_stream_printf(stream, "(tied)");
if (reg->flags & IR3_REG_SHARED)
mesa_log_stream_printf(stream, "s");