Revert "X86: reverse-finish fix"

This reverts commit b22548ddb3.

This patch is being reverted since the patch series is causing regressions.
This commit is contained in:
Carl Love
2023-01-18 11:13:17 -05:00
parent 15d2b36c5b
commit b986eec55f
13 changed files with 106 additions and 230 deletions

View File

@@ -625,6 +625,9 @@ run_inferior_call (std::unique_ptr<call_thread_fsm> sm,
disable_watchpoints_before_interactive_call_start ();
/* We want to print return value, please... */
call_thread->control.proceed_to_finish = 1;
try
{
/* Infcalls run synchronously, in the foreground. */