Lint fixes from Paul Eggert (eggert@twinsun.com):
[deliverable/binutils-gdb.git] / gdb / rs6000-tdep.c
index 14c88a45fb617cc43f521647c7f54c1786ea9f52..b7e1f0009dfd942f61db9d7385fcfc7c1c565375 100644 (file)
@@ -276,7 +276,7 @@ CORE_ADDR pc;
          function as well. */
 
       tmp = find_pc_misc_function (pc);
-      if (tmp >= 0 && !strcmp (misc_function_vector [tmp].name, "main"))
+      if (tmp >= 0 && STREQ (misc_function_vector [tmp].name, "main"))
         return pc + 8;
     }
   }
This page took 0.023051 seconds and 4 git commands to generate.