diff options
Diffstat (limited to 'gdb/ia64-tdep.h')
-rw-r--r-- | gdb/ia64-tdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ia64-tdep.h b/gdb/ia64-tdep.h index 675d0d8..f06974f 100644 --- a/gdb/ia64-tdep.h +++ b/gdb/ia64-tdep.h @@ -229,7 +229,7 @@ struct ia64_infcall_ops void (*set_function_addr) (struct regcache *regcache, CORE_ADDR func_addr); }; -struct ia64_gdbarch_tdep : gdbarch_tdep +struct ia64_gdbarch_tdep : gdbarch_tdep_base { CORE_ADDR (*sigcontext_register_address) (struct gdbarch *, CORE_ADDR, int) = nullptr; |