+2007-03-19 Kevin Buettner <kevinb@redhat.com>
+
+ * mep-tdep.c (mep_analyze_frame_prologue, mep_frame_this_id):
+ Specify frame type in calls to frame_func_unwind().
+
2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
* rs6000-tdep.c (rs6000_skip_prologue): Use skip_prologue_using_sal.
*this_prologue_cache
= FRAME_OBSTACK_ZALLOC (struct mep_prologue);
- func_start = frame_func_unwind (next_frame);
+ func_start = frame_func_unwind (next_frame, NORMAL_FRAME);
stop_addr = frame_pc_unwind (next_frame);
/* If we couldn't find any function containing the PC, then
struct frame_id *this_id)
{
*this_id = frame_id_build (mep_frame_base (next_frame, this_prologue_cache),
- frame_func_unwind (next_frame));
+ frame_func_unwind (next_frame, NORMAL_FRAME));
}