diff options
Diffstat (limited to 'gdb/gdbserver/spu-low.c')
-rw-r--r-- | gdb/gdbserver/spu-low.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbserver/spu-low.c b/gdb/gdbserver/spu-low.c index 8579e8b..bba7c19 100644 --- a/gdb/gdbserver/spu-low.c +++ b/gdb/gdbserver/spu-low.c @@ -590,6 +590,7 @@ static struct target_ops spu_target_ops = { NULL, spu_arch_string, spu_proc_xfer_spu, + hostio_last_error_from_errno, }; void |