diff options
Diffstat (limited to 'gdb/riscv-tdep.c')
-rw-r--r-- | gdb/riscv-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/riscv-tdep.c b/gdb/riscv-tdep.c index 5965a59..d66fe5c 100644 --- a/gdb/riscv-tdep.c +++ b/gdb/riscv-tdep.c @@ -2793,7 +2793,7 @@ static const struct frame_unwind riscv_frame_unwind = specifically the bfd object being executed, to guide the selection of a suitable default target description. */ -static struct target_desc * +static const struct target_desc * riscv_find_default_target_description (const struct gdbarch_info info) { struct riscv_gdbarch_features features; |