Remove some uses of "object_files"
[deliverable/binutils-gdb.git] / gdb / inferior.c
index e995af816c13105123915bcdcd8890d064e0c774..e7b49376e93dece2624e6ad1a363afce030da0f2 100644 (file)
@@ -191,7 +191,7 @@ exit_inferior_1 (struct inferior *inftoex, int silent)
   gdb::observers::inferior_exit.notify (inf);
 
   inf->pid = 0;
-  inf->fake_pid_p = 0;
+  inf->fake_pid_p = false;
   inf->priv = NULL;
 
   if (inf->vfork_parent != NULL)
This page took 0.023183 seconds and 4 git commands to generate.