diff options
Diffstat (limited to 'gdb/frame.h')
-rw-r--r-- | gdb/frame.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/frame.h b/gdb/frame.h index f3485af..3b00d36 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -408,8 +408,7 @@ extern int get_frame_func_if_available (struct frame_info *fi, CORE_ADDR *); find_frame_symtab(), find_frame_function(). Each will need to be carefully considered to determine if the real intent was for it to apply to the PC or the adjusted PC. */ -extern void find_frame_sal (struct frame_info *frame, - struct symtab_and_line *sal); +extern symtab_and_line find_frame_sal (frame_info *frame); /* Set the current source and line to the location given by frame FRAME, if possible. */ |