diff options
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.c b/gdb/target.c index f08dad0..92d5e39 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -2074,7 +2074,7 @@ target_read_partial (struct target_ops *ops, xfered_len); } -static LONGEST +static enum target_xfer_status target_write_partial (struct target_ops *ops, enum target_object object, const char *annex, const gdb_byte *buf, |