* symtab.c (find_pc_symtab): some object file formats, notably mips,
[deliverable/binutils-gdb.git] / gdb / remote-es1800.c
index 53298692eecc4e769b4b3c4bdc23494f4694b768..7f575792adb44a18013daa812ad36e6dd97b7e3a 100644 (file)
@@ -595,7 +595,7 @@ damn_b (rate)
 
   for (i = 0; baudtab[i].rate != 0; i++)
     {
-      if (!strcmp (rate, baudtab[i].rate))
+      if (STREQ (rate, baudtab[i].rate))
        {
          return (baudtab[i].damn_b);
        }
@@ -1307,7 +1307,7 @@ verify_break (vec)
        {
          memory_error (status, memaddress);
        }
-      return (strcmp (instr, buf));
+      return (STRCMP (instr, buf));
     }
     return (-1);
 }
This page took 0.022726 seconds and 4 git commands to generate.