* target.c (target_write_partial): Fix result type.
This commit is contained in:
parent
c2853f3d99
commit
8a55ffb082
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2014-02-14 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* target.c (target_write_partial): Fix result type.
|
||||||
|
|
||||||
2014-02-14 Jose E. Marchesi <jose.marchesi@oracle.com>
|
2014-02-14 Jose E. Marchesi <jose.marchesi@oracle.com>
|
||||||
|
|
||||||
* sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Register
|
* sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Register
|
||||||
|
|
|
@ -2074,7 +2074,7 @@ target_read_partial (struct target_ops *ops,
|
||||||
xfered_len);
|
xfered_len);
|
||||||
}
|
}
|
||||||
|
|
||||||
static LONGEST
|
static enum target_xfer_status
|
||||||
target_write_partial (struct target_ops *ops,
|
target_write_partial (struct target_ops *ops,
|
||||||
enum target_object object,
|
enum target_object object,
|
||||||
const char *annex, const gdb_byte *buf,
|
const char *annex, const gdb_byte *buf,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue