diff options
Diffstat (limited to 'gdb/disasm.c')
-rw-r--r-- | gdb/disasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/disasm.c b/gdb/disasm.c index ab23384..4b2c8e6 100644 --- a/gdb/disasm.c +++ b/gdb/disasm.c @@ -938,7 +938,7 @@ set_disassembler_options (char *prospective_options) } static void -set_disassembler_options_sfunc (char *args, int from_tty, +set_disassembler_options_sfunc (const char *args, int from_tty, struct cmd_list_element *c) { set_disassembler_options (prospective_options); |