diff options
Diffstat (limited to 'gdb/frame.h')
-rw-r--r-- | gdb/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/frame.h b/gdb/frame.h index 0912205e6f6..f82ae362d30 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -216,7 +216,7 @@ extern struct block *block_for_pc_sect PARAMS ((CORE_ADDR, asection *)); extern int frameless_look_for_prologue PARAMS ((struct frame_info *)); extern void print_frame_args PARAMS ((struct symbol *, struct frame_info *, - int, GDB_FILE *)); + int, struct ui_file *)); extern struct frame_info *find_relative_frame PARAMS ((struct frame_info *, int *)); |