Replace -1 with TARGET_XFER_E_IO
[deliverable/binutils-gdb.git] / gdb / exec.c
index b5aa7f288c9c097edaa0f06aefdf55cd4ba5c1bd..3ec6c2f124eb110a9b1eab56d27d0c2a7f595c91 100644 (file)
@@ -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;
 }
 \f
 
This page took 0.025158 seconds and 4 git commands to generate.