diff options
Diffstat (limited to 'gdb/gdbserver/spu-low.c')
-rw-r--r-- | gdb/gdbserver/spu-low.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/spu-low.c b/gdb/gdbserver/spu-low.c index 4d88833..b747a53 100644 --- a/gdb/gdbserver/spu-low.c +++ b/gdb/gdbserver/spu-low.c @@ -574,7 +574,6 @@ spu_arch_string (void) return "spu"; } - static struct target_ops spu_target_ops = { spu_create_inferior, spu_attach, @@ -598,6 +597,7 @@ static struct target_ops spu_target_ops = { NULL, NULL, spu_arch_string, + spu_proc_xfer_spu, }; void |