diff options
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r-- | gdb/mips-tdep.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 1fc8386..8d9d855 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -5188,7 +5188,8 @@ This option can be set to one of:\n\ saved GP register size from information contained in the executable.\n\ (default: auto)", "\ Size of general purpose registers saved on the stack is %s.\n", - NULL, NULL, &setmipscmdlist, &showmipscmdlist); + NULL, NULL, &setmipscmdlist, &showmipscmdlist, + NULL, NULL); /* Allow the user to override the argument stack size. */ add_setshow_enum_cmd ("stack-arg-size", class_obscure, @@ -5201,7 +5202,8 @@ This option can be set to one of:\n\ auto - Allow GDB to determine the correct setting from the current\n\ target and executable (default)", "\ The amount of stack space reserved for each argument is %s.\n", - NULL, NULL, &setmipscmdlist, &showmipscmdlist); + NULL, NULL, &setmipscmdlist, &showmipscmdlist, + NULL, NULL); /* Allow the user to override the ABI. */ c = add_set_enum_cmd |