diff options
Diffstat (limited to 'gdb/nto-tdep.c')
-rw-r--r-- | gdb/nto-tdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/nto-tdep.c b/gdb/nto-tdep.c index 36556ce..e254c48 100644 --- a/gdb/nto-tdep.c +++ b/gdb/nto-tdep.c @@ -382,6 +382,7 @@ Show QNX NTO internal debugging."), _("\ When non-zero, nto specific debug info is\n\ displayed. Different information is displayed\n\ for different positive values."), + NULL, NULL, /* FIXME: i18n: QNX NTO internal debugging is %s. */ - NULL, NULL, &setdebuglist, &showdebuglist); + &setdebuglist, &showdebuglist); } |