mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* spu-linux-nat.c (spu_xfer_partial): Return -1 for unsupported
object types, not 0.
This commit is contained in:
@@ -536,7 +536,7 @@ spu_xfer_partial (struct target_ops *ops,
|
||||
return spu_proc_xfer_spu (mem_annex, readbuf, writebuf, offset, len);
|
||||
}
|
||||
|
||||
return 0;
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* Override the to_can_use_hw_breakpoint routine. */
|
||||
|
||||
Reference in New Issue
Block a user