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 6560918..563f7b7 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -8862,7 +8862,7 @@ remote_read_qxfer (struct target_ops *ops, const char *object_name, static LONGEST remote_xfer_partial (struct target_ops *ops, enum target_object object, const char *annex, gdb_byte *readbuf, - const gdb_byte *writebuf, ULONGEST offset, LONGEST len) + const gdb_byte *writebuf, ULONGEST offset, ULONGEST len) { struct remote_state *rs; int i; |