* tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type

from TRAMP_FRAME frame type.
This commit is contained in:
Mark Kettenis 2004-11-07 12:54:58 +00:00
parent 9dfe873851
commit 1f5867657b
1 changed files with 1 additions and 1 deletions

View File

@ -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;