diff options
Diffstat (limited to 'gdb/maint.c')
-rw-r--r-- | gdb/maint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/maint.c b/gdb/maint.c index a9d0cea33e9..afbcba30faf 100644 --- a/gdb/maint.c +++ b/gdb/maint.c @@ -868,8 +868,8 @@ of time passes without a response from the target, an error occurs.", Set internal profiling."), _("\ Show internal profiling."), _("\ When enabled GDB is profiled."), + maintenance_set_profile_cmd, NULL, /* FIXME: i18n: Internal profiling is %s. */ - maintenance_set_profile_cmd, NULL, &maintenance_set_cmdlist, &maintenance_show_cmdlist); } |