diff options
Diffstat (limited to 'gdb/bfd-target.c')
-rw-r--r-- | gdb/bfd-target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/bfd-target.c b/gdb/bfd-target.c index 559ca63..657de35 100644 --- a/gdb/bfd-target.c +++ b/gdb/bfd-target.c @@ -41,7 +41,7 @@ target_bfd_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) { switch (object) { |