Oops.
This commit is contained in:
parent
961cb7b5cc
commit
b351131425
1 changed files with 3 additions and 2 deletions
|
@ -320,8 +320,9 @@ bsd_uthread_store_registers (int regnum)
|
||||||
|
|
||||||
static LONGEST
|
static LONGEST
|
||||||
bsd_uthread_xfer_partial (struct target_ops *ops, enum target_object object,
|
bsd_uthread_xfer_partial (struct target_ops *ops, enum target_object object,
|
||||||
const char *annex, void *readbuf,
|
const char *annex, gdb_byte *readbuf,
|
||||||
const void *writebuf, ULONGEST offset, LONGEST len)
|
const gdb_byte *writebuf,
|
||||||
|
ULONGEST offset, LONGEST len)
|
||||||
{
|
{
|
||||||
gdb_assert (ops->beneath->to_xfer_partial);
|
gdb_assert (ops->beneath->to_xfer_partial);
|
||||||
return ops->beneath->to_xfer_partial (ops->beneath, object, annex, readbuf,
|
return ops->beneath->to_xfer_partial (ops->beneath, object, annex, readbuf,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue