tgsi: make dumping work on non-debug builds
This commit is contained in:
@@ -56,7 +56,7 @@ dump_ctx_printf(struct dump_ctx *ctx, const char *format, ...)
|
|||||||
va_list ap;
|
va_list ap;
|
||||||
(void)ctx;
|
(void)ctx;
|
||||||
va_start(ap, format);
|
va_start(ap, format);
|
||||||
debug_vprintf(format, ap);
|
_debug_vprintf(format, ap);
|
||||||
va_end(ap);
|
va_end(ap);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user