diff options
Diffstat (limited to 'gdb/skip.c')
-rw-r--r-- | gdb/skip.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ skip_function_command (const char *arg, int from_tty) /* Default to the current function if no argument is given. */ if (arg == NULL) { - frame_info *fi = get_selected_frame (_("No default function now.")); + frame_info_ptr fi = get_selected_frame (_("No default function now.")); struct symbol *sym = get_frame_function (fi); const char *name = NULL; |