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 37649e4..0af8cfc 100644 --- a/gdb/remote-m32r-sdi.c +++ b/gdb/remote-m32r-sdi.c @@ -1213,7 +1213,7 @@ m32r_remove_breakpoint (struct target_ops *ops, } static void -m32r_load (char *args, int from_tty) +m32r_load (struct target_ops *self, char *args, int from_tty) { struct cleanup *old_chain; asection *section; |