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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user