Mesa (main): ir3/print: Use mesa_stream_log_printf for (kill)

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Aug 20 10:57:10 UTC 2021


Module: Mesa
Branch: main
Commit: f59816b815c0e9eea56c44dd5bf9457b553da8a8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f59816b815c0e9eea56c44dd5bf9457b553da8a8

Author: Connor Abbott <cwabbott0 at gmail.com>
Date:   Fri Jul 23 11:43:56 2021 +0200

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>

---

 src/freedreno/ir3/ir3_print.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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");



More information about the mesa-commit mailing list