diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 5d7fd76..0ddb8f2 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -3088,7 +3088,7 @@ complete_execution (void) target_executing = 0; if (sync_execution) { - add_file_handler (input_fd, (file_handler_func *) call_readline, 0); + add_file_handler (input_fd, call_readline, 0); pop_prompt (); sync_execution = 0; cleanup_sigint_signal_handler (); |