forked from Imagelibrary/binutils-gdb
* printcmd.c (print_insn): Use the given stream for
output.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2001-09-18 Keith Seitz <keiths@redhat.com>
|
||||
|
||||
* printcmd.c (print_insn): Use the given stream for
|
||||
output.
|
||||
|
||||
2001-09-10 Jason Molenda (jmolenda@apple.com)
|
||||
|
||||
* NEWS: "ANS/ISO C" -> "ISO C".
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user