gdb/riscv: expect h/w watchpoints to trigger before the memory is written
[deliverable/binutils-gdb.git] / gdb / solib.c
index 8f3a12cddb262c5858e21a82c5547aa84bac8b65..e1d237e5a4a63cf05811560e40d2d5133a393c4d 100644 (file)
@@ -735,7 +735,7 @@ update_solib_list (int from_tty)
 
   /* We can reach here due to changing solib-search-path or the
      sysroot, before having any inferior.  */
-  if (target_has_execution && !ptid_equal (inferior_ptid, null_ptid))
+  if (target_has_execution && inferior_ptid != null_ptid)
     {
       struct inferior *inf = current_inferior ();
 
This page took 0.025031 seconds and 4 git commands to generate.