diff options
Diffstat (limited to 'gdb/tramp-frame.c')
-rw-r--r-- | gdb/tramp-frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tramp-frame.c b/gdb/tramp-frame.c index e1b946b..19ce3bd 100644 --- a/gdb/tramp-frame.c +++ b/gdb/tramp-frame.c @@ -166,7 +166,7 @@ tramp_frame_prepend_unwinder (struct gdbarch *gdbarch, unwinder = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_unwind); data->tramp_frame = tramp_frame; - unwinder->type = SIGTRAMP_FRAME; + unwinder->type = tramp_frame->frame_type; unwinder->unwind_data = data; unwinder->sniffer = tramp_frame_sniffer; unwinder->this_id = tramp_frame_this_id; |