btrace: uppercase btrace_read_type
[deliverable/binutils-gdb.git] / gdb / ia64-linux-nat.c
index af35829d76ee4b2ad0e05f368bf2856b9d638399..072c8fd90d29d0b01b4aea3846b26c7cfd2efc65 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);
This page took 0.023049 seconds and 4 git commands to generate.