diff options
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r-- | gdb/remote-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 01f780f..5e197df 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -1954,7 +1954,7 @@ mips_wait (struct target_ops *ops, is not a normal breakpoint. */ if (strcmp (target_shortname, "lsi") == 0) { - char *func_name; + const char *func_name; CORE_ADDR func_start; CORE_ADDR pc = regcache_read_pc (get_current_regcache ()); |