diff options
Diffstat (limited to 'gdb/loongarch-tdep.h')
-rw-r--r-- | gdb/loongarch-tdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/loongarch-tdep.h b/gdb/loongarch-tdep.h index e35b6cf..c5527f7 100644 --- a/gdb/loongarch-tdep.h +++ b/gdb/loongarch-tdep.h @@ -32,7 +32,7 @@ extern const struct regset loongarch_gregset; extern const struct regset loongarch_fpregset; /* Target-dependent structure in gdbarch. */ -struct loongarch_gdbarch_tdep : gdbarch_tdep +struct loongarch_gdbarch_tdep : gdbarch_tdep_base { /* Features about the abi that impact how the gdbarch is configured. */ struct loongarch_gdbarch_features abi_features; |