diff options
Diffstat (limited to 'gdb/dummy-frame.c')
-rw-r--r-- | gdb/dummy-frame.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/dummy-frame.c b/gdb/dummy-frame.c index d6a7241..66f4c8c 100644 --- a/gdb/dummy-frame.c +++ b/gdb/dummy-frame.c @@ -274,7 +274,7 @@ dummy_frame_this_id (struct frame_info *this_frame, (*this_id) = cache->this_id; } -static const struct frame_unwind dummy_frame_unwinder = +const struct frame_unwind dummy_frame_unwind = { DUMMY_FRAME, dummy_frame_this_id, @@ -283,10 +283,6 @@ static const struct frame_unwind dummy_frame_unwinder = dummy_frame_sniffer, }; -const struct frame_unwind *const dummy_frame_unwind = { - &dummy_frame_unwinder -}; - static void fprint_dummy_frames (struct ui_file *file) { |