Change ints to bools around thread_info executing/resumed
[deliverable/binutils-gdb.git] / gdb / fork-child.c
index 010414cc781b2db0c4e6047cb29c6c53023a5772..41d5e2a0a47b53baf12799e16880d146a10098f3 100644 (file)
@@ -134,7 +134,7 @@ gdb_startup_inferior (pid_t pid, int num_traps)
   ptid_t ptid = startup_inferior (proc_target, pid, num_traps, NULL, NULL);
 
   /* Mark all threads non-executing.  */
-  set_executing (proc_target, ptid, 0);
+  set_executing (proc_target, ptid, false);
 
   return ptid;
 }
This page took 0.025225 seconds and 4 git commands to generate.