diff options
Diffstat (limited to 'gdb/z80-tdep.c')
-rw-r--r-- | gdb/z80-tdep.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/z80-tdep.c b/gdb/z80-tdep.c index 66a12cd..c75b6ff 100644 --- a/gdb/z80-tdep.c +++ b/gdb/z80-tdep.c @@ -1063,9 +1063,7 @@ z80_insn_is_jump (struct gdbarch *gdbarch, CORE_ADDR addr) return 0; } -static const struct frame_unwind -z80_frame_unwind = -{ +static const struct frame_unwind_legacy z80_frame_unwind ( "z80", NORMAL_FRAME, FRAME_UNWIND_ARCH, @@ -1076,7 +1074,7 @@ z80_frame_unwind = default_frame_sniffer /*dealloc_cache*/ /*prev_arch*/ -}; +); /* Initialize the gdbarch struct for the Z80 arch */ static struct gdbarch * |