diff options
Diffstat (limited to 'gdb/m68hc11-tdep.c')
-rw-r--r-- | gdb/m68hc11-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/m68hc11-tdep.c b/gdb/m68hc11-tdep.c index e14ac62..84a44f5 100644 --- a/gdb/m68hc11-tdep.c +++ b/gdb/m68hc11-tdep.c @@ -933,7 +933,7 @@ m68hc11_frame_prev_register (const frame_info_ptr &this_frame, return value; } -static const struct frame_unwind m68hc11_frame_unwind = { +static const struct frame_unwind_legacy m68hc11_frame_unwind ( "m68hc11 prologue", NORMAL_FRAME, FRAME_UNWIND_ARCH, @@ -942,7 +942,7 @@ static const struct frame_unwind m68hc11_frame_unwind = { m68hc11_frame_prev_register, NULL, default_frame_sniffer -}; +); static CORE_ADDR m68hc11_frame_base_address (const frame_info_ptr &this_frame, void **this_cache) |