diff options
Diffstat (limited to 'gdb/dwarf2/frame-tailcall.h')
-rw-r--r-- | gdb/dwarf2/frame-tailcall.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/dwarf2/frame-tailcall.h b/gdb/dwarf2/frame-tailcall.h index a4359e2..27eccfc 100644 --- a/gdb/dwarf2/frame-tailcall.h +++ b/gdb/dwarf2/frame-tailcall.h @@ -26,13 +26,13 @@ struct frame_unwind; /* The tail call frame unwinder. */ extern void - dwarf2_tailcall_sniffer_first (frame_info_ptr this_frame, - void **tailcall_cachep, - const LONGEST *entry_cfa_sp_offsetp); +dwarf2_tailcall_sniffer_first (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, - void **tailcall_cachep, int regnum); +dwarf2_tailcall_prev_register_first (frame_info_ptr this_frame, + void **tailcall_cachep, int regnum); extern const struct frame_unwind dwarf2_tailcall_frame_unwind; |