diff options
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index afa07c4..25a5f4f 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -1242,7 +1242,7 @@ finish_command (char *arg, int from_tty) if (from_tty) { printf_filtered ("Run till exit from "); - print_stack_frame (get_selected_frame (), 1, LOCATION); + print_stack_frame (get_selected_frame (NULL), 1, LOCATION); } /* If running asynchronously and the target support asynchronous |