diff options
Diffstat (limited to 'gdb/s12z-tdep.c')
-rw-r--r-- | gdb/s12z-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/s12z-tdep.c b/gdb/s12z-tdep.c index 4e33faa..5e49c61 100644 --- a/gdb/s12z-tdep.c +++ b/gdb/s12z-tdep.c @@ -458,7 +458,7 @@ constexpr gdb_byte s12z_break_insn[] = {0x00}; typedef BP_MANIPULATION (s12z_break_insn) s12z_breakpoint; -struct s12z_gdbarch_tdep : gdbarch_tdep +struct s12z_gdbarch_tdep : gdbarch_tdep_base { }; |