* rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason

to the initialization.
This commit is contained in:
Kevin Buettner 2011-04-08 21:46:29 +00:00
parent 2e1aae4385
commit e0f68161fc
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2011-04-08 Kevin Buettner <kevinb@redhat.com>
* rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
to the initialization.
2011-04-08 Steve Ellcey <sje@cup.hp.com>
* Add default_frame_unwind_stop_reason value to libunwind_frame_unwind

View File

@ -455,6 +455,7 @@ rx_frame_prev_register (struct frame_info *this_frame,
static const struct frame_unwind rx_frame_unwind = {
NORMAL_FRAME,
default_frame_unwind_stop_reason,
rx_frame_this_id,
rx_frame_prev_register,
NULL,