diff options
Diffstat (limited to 'gdb/remote-m32r-sdi.c')
-rw-r--r-- | gdb/remote-m32r-sdi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-m32r-sdi.c b/gdb/remote-m32r-sdi.c index 38cfba7..e5b66a0 100644 --- a/gdb/remote-m32r-sdi.c +++ b/gdb/remote-m32r-sdi.c @@ -359,7 +359,7 @@ m32r_create_inferior (struct target_ops *ops, char *execfile, NAME is the filename used for communication. */ static void -m32r_open (char *args, int from_tty) +m32r_open (const char *args, int from_tty) { struct hostent *host_ent; struct sockaddr_in server_addr; |