diff options
Diffstat (limited to 'gdb/i386-tdep.c')
-rw-r--r-- | gdb/i386-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index f26d624..9eb1192 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -8971,7 +8971,7 @@ static struct cmd_list_element *mpx_set_cmdlist, *mpx_show_cmdlist; /* Helper function for the CLI commands. */ static void -set_mpx_cmd (char *args, int from_tty) +set_mpx_cmd (const char *args, int from_tty) { help_list (mpx_set_cmdlist, "set mpx ", all_commands, gdb_stdout); } @@ -8979,7 +8979,7 @@ set_mpx_cmd (char *args, int from_tty) /* Helper function for the CLI commands. */ static void -show_mpx_cmd (char *args, int from_tty) +show_mpx_cmd (const char *args, int from_tty) { cmd_show_list (mpx_show_cmdlist, from_tty, ""); } |