diff options
Diffstat (limited to 'gdb/disasm.c')
-rw-r--r-- | gdb/disasm.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/disasm.c b/gdb/disasm.c index 2a7a80c..b731192 100644 --- a/gdb/disasm.c +++ b/gdb/disasm.c @@ -1470,9 +1470,7 @@ disassembler_options_completer (struct cmd_list_element *ignore, /* Initialization code. */ -void _initialize_disasm (); -void -_initialize_disasm () +INIT_GDB_FILE (disasm) { /* Add the command that controls the disassembler options. */ set_show_commands set_show_disas_opts |