diff options
Diffstat (limited to 'gdb/mep-tdep.c')
-rw-r--r-- | gdb/mep-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/mep-tdep.c b/gdb/mep-tdep.c index 7dd6371..9b6f491 100644 --- a/gdb/mep-tdep.c +++ b/gdb/mep-tdep.c @@ -2061,7 +2061,7 @@ mep_frame_prev_register (const frame_info_ptr &this_frame, } -static const struct frame_unwind mep_frame_unwind = { +static const struct frame_unwind_legacy mep_frame_unwind ( "mep prologue", NORMAL_FRAME, FRAME_UNWIND_ARCH, @@ -2070,7 +2070,7 @@ static const struct frame_unwind mep_frame_unwind = { mep_frame_prev_register, NULL, default_frame_sniffer -}; +); /* Return values. */ |