aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/frame-tailcall.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dwarf2/frame-tailcall.h')
-rw-r--r--gdb/dwarf2/frame-tailcall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dwarf2/frame-tailcall.h b/gdb/dwarf2/frame-tailcall.h
index b0809c8..3f49487 100644
--- a/gdb/dwarf2/frame-tailcall.h
+++ b/gdb/dwarf2/frame-tailcall.h
@@ -26,12 +26,12 @@ struct frame_unwind;
/* The tail call frame unwinder. */
extern void
- dwarf2_tailcall_sniffer_first (frame_info_ptr this_frame,
+ dwarf2_tailcall_sniffer_first (const frame_info_ptr &this_frame,
void **tailcall_cachep,
const LONGEST *entry_cfa_sp_offsetp);
extern struct value *
- dwarf2_tailcall_prev_register_first (frame_info_ptr this_frame,
+ dwarf2_tailcall_prev_register_first (const frame_info_ptr &this_frame,
void **tailcall_cachep, int regnum);
extern const struct frame_unwind dwarf2_tailcall_frame_unwind;