diff options
Diffstat (limited to 'gdb/bfd-target.c')
-rw-r--r-- | gdb/bfd-target.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/bfd-target.c b/gdb/bfd-target.c index 39cc73f5a91..ee16d85f52a 100644 --- a/gdb/bfd-target.c +++ b/gdb/bfd-target.c @@ -71,8 +71,8 @@ build_target_sections_from_bfd (struct target_ops *targ, struct bfd *abfd) LONGEST target_bfd_xfer_partial (struct target_ops *ops, enum target_object object, - const char *annex, const void *writebuf, - void *readbuf, ULONGEST offset, LONGEST len) + const char *annex, void *readbuf, + const void *writebuf, ULONGEST offset, LONGEST len) { switch (object) { |