aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
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 bde5597..bc3e3fc 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -585,7 +585,7 @@ wait_for_inferior ()
remove_breakpoints ();
target_resume (pid, 1, 0); /* Single step */
/* FIXME: What if a signal arrives instead of the single-step
- happening? *?
+ happening? */
target_wait (pid, NULL);
insert_breakpoints ();
}