Replace -1 with TARGET_XFER_E_IO
[deliverable/binutils-gdb.git] / gdb / bfd-target.c
index 657de357d5f1bd23a7876dd51a40722b072a1f98..41930ee5544ea71e43db1043cbbd082a2a24311f 100644 (file)
@@ -55,7 +55,7 @@ target_bfd_xfer_partial (struct target_ops *ops,
                                                  NULL);
       }
     default:
-      return -1;
+      return TARGET_XFER_E_IO;
     }
 }
 
This page took 0.026316 seconds and 4 git commands to generate.