mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
Tweak pretty_print_disassembler's intro comment
gdb/ChangeLog: 2017-02-02 Pedro Alves <palves@redhat.com> * disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.
This commit is contained in:
@@ -97,7 +97,7 @@ extern void gdb_disassembly (struct gdbarch *gdbarch, struct ui_out *uiout,
|
||||
extern int gdb_print_insn (struct gdbarch *gdbarch, CORE_ADDR memaddr,
|
||||
struct ui_file *stream, int *branch_delay_insns);
|
||||
|
||||
/* Class used to pretty-print an instruction. */
|
||||
/* Class used to pretty-print instructions. */
|
||||
|
||||
class gdb_pretty_print_disassembler
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user