mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
gdb/
* cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change parameter VAR's type from "unsigned int" to "int". * command.h (var_zuinteger_unlimited): Update its comments. (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
This commit is contained in:
@@ -708,7 +708,7 @@ add_setshow_zinteger_cmd (char *name, enum command_class class,
|
||||
void
|
||||
add_setshow_zuinteger_unlimited_cmd (char *name,
|
||||
enum command_class class,
|
||||
unsigned int *var,
|
||||
int *var,
|
||||
const char *set_doc,
|
||||
const char *show_doc,
|
||||
const char *help_doc,
|
||||
|
||||
Reference in New Issue
Block a user