aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame-unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/frame-unwind.c')
-rw-r--r--gdb/frame-unwind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/frame-unwind.c b/gdb/frame-unwind.c
index 71c8def..166219a 100644
--- a/gdb/frame-unwind.c
+++ b/gdb/frame-unwind.c
@@ -106,7 +106,7 @@ frame_unwind_find_by_frame (struct frame_info *next_frame, void **this_cache)
return entry->unwinder;
}
}
- return legacy_saved_regs_unwind;
+ internal_error (__FILE__, __LINE__, "frame_unwind_find_by_frame failed");
}
extern initialize_file_ftype _initialize_frame_unwind; /* -Wmissing-prototypes */