Signed-off-by: Kevin Rogovin <kevin.rogovin@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
int start_offset = annotation[i].offset;
int end_offset = annotation[i + 1].offset;
- brw_disassemble(devinfo, assembly, start_offset, end_offset, stdout);
+ brw_disassemble(devinfo, assembly, start_offset, end_offset, out);
if (annotation[i].error) {
- fputs(annotation[i].error, stdout);
+ fputs(annotation[i].error, out);
}
}