diff options
Diffstat (limited to 'gdb/microblaze-rom.c')
-rw-r--r-- | gdb/microblaze-rom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/microblaze-rom.c b/gdb/microblaze-rom.c index 936865c..a64217d 100644 --- a/gdb/microblaze-rom.c +++ b/gdb/microblaze-rom.c @@ -49,7 +49,7 @@ static char *picobug_regnames[] = { static void -picobug_open (char *args, int from_tty) +picobug_open (const char *args, int from_tty) { monitor_open (args, &picobug_cmds, from_tty); } |