diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 1e464dd..d6df76a 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -5103,7 +5103,7 @@ the loaded file\n"); static LONGEST remote_xfer_partial (struct target_ops *ops, enum target_object object, - const char *annex, const void *writebuf, void *readbuf, + const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) { struct remote_state *rs = get_remote_state (); |