aboutsummaryrefslogtreecommitdiff
path: root/gdb/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/exec.c')
-rw-r--r--gdb/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/exec.c b/gdb/exec.c
index b5aa7f2..3ec6c2f 100644
--- a/gdb/exec.c
+++ b/gdb/exec.c
@@ -650,7 +650,7 @@ exec_xfer_partial (struct target_ops *ops, enum target_object object,
table->sections_end,
NULL);
else
- return -1;
+ return TARGET_XFER_E_IO;
}