C++-ify struct thread_fsm
[deliverable/binutils-gdb.git] / gdb / cli / cli-interp.c
index 0299f3dcdd1287670642137cc91f2a2504ac4a39..088f4f1f89c0f870b9de5c7629002b01907691a0 100644 (file)
@@ -113,7 +113,7 @@ should_print_stop_to_console (struct interp *console_interp,
        == BPSTAT_WHAT_STOP_NOISY)
       || tp->thread_fsm == NULL
       || tp->thread_fsm->command_interp == console_interp
-      || !thread_fsm_finished_p (tp->thread_fsm))
+      || !tp->thread_fsm->finished_p ())
     return 1;
   return 0;
 }
This page took 0.022842 seconds and 4 git commands to generate.