S390: Migrate watch areas from list to VEC type
[deliverable/binutils-gdb.git] / gdb / infcall.c
index 8595d9e05853988544501f0d1f7f8caca6f7e320..3c33c11d6a335e6d3a4f46e311690b69ea57dcfb 100644 (file)
@@ -530,7 +530,7 @@ call_thread_fsm_should_stop (struct thread_fsm *self,
       f->return_value = get_call_return_value (&f->return_meta_info);
 
       /* Break out of wait_sync_command_done.  */
-      old_chain = make_cleanup (restore_ui_cleanup, current_ui);
+      old_chain = make_cleanup_restore_current_ui ();
       current_ui = f->waiting_ui;
       target_terminal_ours ();
       f->waiting_ui->prompt_state = PROMPT_NEEDED;
This page took 0.023386 seconds and 4 git commands to generate.