]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/exec.h
Change to_xfer_partial 'len' type to ULONGEST.
[thirdparty/binutils-gdb.git] / gdb / exec.h
index 4c9d624a8bedacd5081c01a49ec6a1a5370de8c3..dbe5ea7b7a7d81a6ee2adbebba88f2916ad76863 100644 (file)
@@ -75,7 +75,7 @@ extern VEC(mem_range_s) *
    One, and only one, of readbuf or writebuf must be non-NULL.  */
 
 extern int section_table_xfer_memory_partial (gdb_byte *, const gdb_byte *,
-                                             ULONGEST, LONGEST,
+                                             ULONGEST, ULONGEST,
                                              struct target_section *,
                                              struct target_section *,
                                              const char *);