Change to_xfer_partial 'len' type to ULONGEST.
[platform/upstream/binutils.git] / gdb / ia64-linux-nat.c
index af35829..072c8fd 100644 (file)
@@ -840,7 +840,7 @@ ia64_linux_xfer_partial (struct target_ops *ops,
                         enum target_object object,
                         const char *annex,
                         gdb_byte *readbuf, const gdb_byte *writebuf,
-                        ULONGEST offset, LONGEST len)
+                        ULONGEST offset, ULONGEST len)
 {
   if (object == TARGET_OBJECT_UNWIND_TABLE && writebuf == NULL && offset == 0)
     return syscall (__NR_getunwind, readbuf, len);