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