diff options
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 810b3b7..512bb38 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -928,8 +928,6 @@ step_once (int skip_subroutines, int single_inst, int count, int thread) clear_proceed_status (); frame = get_current_frame (); - if (!frame) /* Avoid coredump here. Why tho? */ - error (_("No current frame")); tp->step_frame_id = get_frame_id (frame); if (!single_inst) |