diff options
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r-- | gdb/mips-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 63b449d..a670cd3 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -5313,7 +5313,7 @@ static CORE_ADDR mips_skip_mips16_trampoline_code (struct frame_info *frame, CORE_ADDR pc) { struct gdbarch *gdbarch = get_frame_arch (frame); - char *name; + const char *name; CORE_ADDR start_addr; /* Find the starting address and name of the function containing the PC. */ |