diff options
Diffstat (limited to 'gdb/main.c')
-rw-r--r-- | gdb/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -470,7 +470,7 @@ captured_command_loop () /* Give the interpreter a chance to print a prompt, if necessary */ if (ui->prompt_state != PROMPT_BLOCKED) - interp_pre_command_loop (top_level_interpreter ()); + top_level_interpreter ()->pre_command_loop (); /* Now it's time to start the event loop. */ start_event_loop (); |