]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/remote.c
Change to_xfer_partial 'len' type to ULONGEST.
[thirdparty/binutils-gdb.git] / gdb / remote.c
index 6560918e3ac271353808c1b9260de3a297c75219..563f7b7f2eb1274f70e1112fa68fe4df6ab88547 100644 (file)
@@ -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;