diff options
Diffstat (limited to 'gdb/inline-frame.c')
-rw-r--r-- | gdb/inline-frame.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/inline-frame.c b/gdb/inline-frame.c index 40d0e4c..088cbfc 100644 --- a/gdb/inline-frame.c +++ b/gdb/inline-frame.c @@ -270,7 +270,7 @@ inline_frame_sniffer (const struct frame_unwind *self, return 1; } -const struct frame_unwind inline_frame_unwind = { +const struct frame_unwind_legacy inline_frame_unwind ( "inline", INLINE_FRAME, FRAME_UNWIND_GDB, @@ -279,7 +279,7 @@ const struct frame_unwind inline_frame_unwind = { inline_frame_prev_register, NULL, inline_frame_sniffer -}; +); /* Return non-zero if BLOCK, an inlined function block containing PC, has a group of contiguous instructions starting at PC (but not |