* printcmd.c (print_insn): Use the given stream for

output.
This commit is contained in:
Keith Seitz
2001-08-21 19:25:40 +00:00
parent 453abe3171
commit 99a6d8ba22
2 changed files with 7 additions and 0 deletions

View File

@@ -2441,6 +2441,8 @@ print_insn (CORE_ADDR memaddr, struct ui_file *stream)
TARGET_PRINT_INSN_INFO->mach = TARGET_ARCHITECTURE->mach;
/* else: should set .mach=0 but some disassemblers don't grok this */
TARGET_PRINT_INSN_INFO->stream = stream;
return TARGET_PRINT_INSN (memaddr, TARGET_PRINT_INSN_INFO);
}