From 20a89573972bceb43c95b88ce16ea559ed7fde44 Mon Sep 17 00:00:00 2001 From: Icecream95 Date: Thu, 23 Jan 2020 09:59:57 +1300 Subject: pan/bifrost: Support disassembling to a file Reviewed-by: Alyssa Rosenzweig Part-of: --- src/panfrost/pandecode/decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/panfrost/pandecode/decode.c') diff --git a/src/panfrost/pandecode/decode.c b/src/panfrost/pandecode/decode.c index 0425e236f7f..0f95b763bcc 100644 --- a/src/panfrost/pandecode/decode.c +++ b/src/panfrost/pandecode/decode.c @@ -1871,7 +1871,7 @@ pandecode_shader_disassemble(mali_ptr shader_ptr, int shader_no, int type, struct midgard_disasm_stats stats; if (is_bifrost) { - disassemble_bifrost(code, sz, false); + disassemble_bifrost(stdout, code, sz, false); /* TODO: Extend stats to Bifrost */ stats.texture_count = -128; -- cgit v1.2.3