diff options
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r-- | gdb/remote-sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index 0e8d657..4396d4b 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -1270,7 +1270,7 @@ gdbsim_thread_alive (struct target_ops *ops, ptid_t ptid) /* Convert a thread ID to a string. Returns the string in a static buffer. */ -static char * +static const char * gdbsim_pid_to_str (struct target_ops *ops, ptid_t ptid) { return normal_pid_to_str (ptid); |