diff options
Diffstat (limited to 'gdb/spu-linux-nat.c')
-rw-r--r-- | gdb/spu-linux-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/spu-linux-nat.c b/gdb/spu-linux-nat.c index 8d49baf..7f71b58 100644 --- a/gdb/spu-linux-nat.c +++ b/gdb/spu-linux-nat.c @@ -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. */ |