Reviewed-by: Lionel Landwerlin <[email protected]>
On 25/09/17 11:34, [email protected] wrote:
From: Kevin Rogovin <[email protected]>
Signed-off-by: Kevin Rogovin <[email protected]>
---
src/intel/tools/disasm.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/intel/tools/disasm.c b/src/intel/tools/disasm.c
index 361885b..251acd3 100644
--- a/src/intel/tools/disasm.c
+++ b/src/intel/tools/disasm.c
@@ -96,10 +96,10 @@ gen_disasm_disassemble(struct gen_disasm *disasm, void
*assembly,
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);
}
}
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev