forked from Imagelibrary/binutils-gdb
Constify unwind_command
gdb/ChangeLog 2017-09-27 Tom Tromey <tom@tromey.com> * hppa-tdep.c (unwind_command): Constify.
This commit is contained in:
@@ -2572,7 +2572,7 @@ hppa_lookup_stub_minimal_symbol (const char *name,
|
||||
}
|
||||
|
||||
static void
|
||||
unwind_command (char *exp, int from_tty)
|
||||
unwind_command (const char *exp, int from_tty)
|
||||
{
|
||||
CORE_ADDR address;
|
||||
struct unwind_table_entry *u;
|
||||
|
||||
Reference in New Issue
Block a user