Change ints to bools around thread_info executing/resumed
[deliverable/binutils-gdb.git] / gdb / record-btrace.c
index 619ecde025b9e2b1b3d2cd8aeb06c58e7b88fa29..ef23a0b7af7621f816e794378af6a23cae738ba4 100644 (file)
@@ -1958,7 +1958,7 @@ static struct frame_id
 get_thread_current_frame_id (struct thread_info *tp)
 {
   struct frame_id id;
-  int executing;
+  bool executing;
 
   /* Set current thread, which is implicitly used by
      get_current_frame.  */
This page took 0.026273 seconds and 4 git commands to generate.