Constify unwind_command

gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>

	* hppa-tdep.c (unwind_command): Constify.
This commit is contained in:
Tom Tromey
2017-09-09 21:52:56 -06:00
parent e100df1a2e
commit c482f52ccf
2 changed files with 5 additions and 1 deletions

View File

@@ -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;