Remove ptid_equal
[deliverable/binutils-gdb.git] / gdb / infcall.c
index e1861dcd8e1f5617bb5350b650676e7f354bea79..172c26ac820ea77a3c58b92c3ac8fe00fcc49f6a 100644 (file)
@@ -1271,7 +1271,7 @@ When the function is done executing, GDB will silently stop."),
             name);
     }
 
-  if (! ptid_equal (call_thread_ptid, inferior_ptid))
+  if (call_thread_ptid != inferior_ptid)
     {
       const char *name = get_function_name (funaddr,
                                            name_buf, sizeof (name_buf));
This page took 0.039795 seconds and 4 git commands to generate.