diff options
Diffstat (limited to 'gdb/inline-frame.h')
-rw-r--r-- | gdb/inline-frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inline-frame.h b/gdb/inline-frame.h index 1ad516d..26858ca 100644 --- a/gdb/inline-frame.h +++ b/gdb/inline-frame.h @@ -27,7 +27,7 @@ struct process_stratum_target; /* The inline frame unwinder. */ -extern const struct frame_unwind inline_frame_unwind; +extern const struct frame_unwind_legacy inline_frame_unwind; /* Skip all inlined functions whose call sites are at the current PC. |