diff --git a/src/freedreno/ir3/ir3_print.c b/src/freedreno/ir3/ir3_print.c index 9577e41565b..9ab4486c439 100644 --- a/src/freedreno/ir3/ir3_print.c +++ b/src/freedreno/ir3/ir3_print.c @@ -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");