* stabsread.c (get_substring): Declare second arg as int.
[deliverable/binutils-gdb.git] / gdb / remote-mips.c
index 13fce91dc6548b944463bfd29526fa103c664c70..f57c47f57bfe5a90a2e3bfa04a3d8de9df5bfc7e 100644 (file)
@@ -2307,7 +2307,7 @@ common_breakpoint (cmd, addr, mask, flags)
 
   if (rerrflg != 0)
     {
-      if (rresponse != EINVAL)
+      if (rresponse != 22) /* invalid argument */
        fprintf_unfiltered (stderr, "common_breakpoint (0x%x):  Got error: 0x%x\n",
                            addr, rresponse);
       return 1;
This page took 0.02357 seconds and 4 git commands to generate.