diff options
Diffstat (limited to 'gdb/tic6x-tdep.h')
-rw-r--r-- | gdb/tic6x-tdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tic6x-tdep.h b/gdb/tic6x-tdep.h index d9b9644..ebfd6e6 100644 --- a/gdb/tic6x-tdep.h +++ b/gdb/tic6x-tdep.h @@ -46,7 +46,7 @@ extern const gdb_byte tic6x_bkpt_illegal_opcode_be[]; extern const gdb_byte tic6x_bkpt_illegal_opcode_le[]; /* Target-dependent structure in gdbarch. */ -struct tic6x_gdbarch_tdep : gdbarch_tdep +struct tic6x_gdbarch_tdep : gdbarch_tdep_base { /* Return the expected next PC if FRAME is stopped at a syscall instruction. */ |