brw: Add FILE * parameter to dump_assembly

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37259>
This commit is contained in:
Caio Oliveira
2024-06-06 11:26:30 -07:00
parent 19f32df4ff
commit 67fcfed67b
5 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ validate(struct brw_codegen *p, char **error = nullptr)
p->next_insn_offset, disasm);
if (print) {
dump_assembly(p->store, 0, p->next_insn_offset, disasm, NULL);
dump_assembly(p->store, 0, p->next_insn_offset, disasm, NULL, stderr);
}
if (error)