aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-08-16 19:57:19 +0000
committerJason Molenda <jmolenda@apple.com>1999-08-16 19:57:19 +0000
commit7be570e7ce77920e2e628a03bdfe2d295fc2568f (patch)
treea49512270bb021f1d5171b362dc973e28c97ca94 /gdb/infrun.c
parented288bb597072176e84fc8279707a3f2f475779b (diff)
downloadfsf-binutils-gdb-7be570e7ce77920e2e628a03bdfe2d295fc2568f.zip
fsf-binutils-gdb-7be570e7ce77920e2e628a03bdfe2d295fc2568f.tar.gz
fsf-binutils-gdb-7be570e7ce77920e2e628a03bdfe2d295fc2568f.tar.bz2
import gdb-1999-08-16 snapshot
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c2
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 ();