AArch64: Add MOVPRFX tests and update testsuite
[deliverable/binutils-gdb.git] / gdb / inferior.c
index 16991d41b3bcd9d8d7bb8874a47eb50c67f7b6ad..17d28c4cf5486f594fb2713238350701c41e860b 100644 (file)
@@ -226,13 +226,12 @@ exit_inferior_1 (struct inferior *inftoex, int silent)
 
   inf->pending_detach = 0;
   /* Reset it.  */
-  inf->control = {NO_STOP_QUIETLY};
+  inf->control = inferior_control_state (NO_STOP_QUIETLY);
 }
 
 void
 exit_inferior (inferior *inf)
 {
-  int pid = inf->pid;
   exit_inferior_1 (inf, 0);
 }
 
This page took 0.027545 seconds and 4 git commands to generate.