diff options
Diffstat (limited to 'gdb/or1k-tdep.c')
-rw-r--r-- | gdb/or1k-tdep.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/or1k-tdep.c b/gdb/or1k-tdep.c index 6e0466c..bdfad9b 100644 --- a/gdb/or1k-tdep.c +++ b/gdb/or1k-tdep.c @@ -1125,7 +1125,7 @@ or1k_frame_prev_register (const frame_info_ptr &this_frame, /* Data structures for the normal prologue-analysis-based unwinder. */ -static const struct frame_unwind or1k_frame_unwind = { +static const struct frame_unwind_legacy or1k_frame_unwind ( "or1k prologue", NORMAL_FRAME, FRAME_UNWIND_ARCH, @@ -1134,8 +1134,8 @@ static const struct frame_unwind or1k_frame_unwind = { or1k_frame_prev_register, NULL, default_frame_sniffer, - NULL, -}; + NULL +); /* Architecture initialization for OpenRISC 1000. */ |