diff options
Diffstat (limited to 'gdb/arch/riscv.h')
-rw-r--r-- | gdb/arch/riscv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arch/riscv.h b/gdb/arch/riscv.h index 0079440..ec4d5f3 100644 --- a/gdb/arch/riscv.h +++ b/gdb/arch/riscv.h @@ -58,7 +58,7 @@ struct riscv_gdbarch_features /* Create and return a target description that is compatible with FEATURES. */ -target_desc *riscv_create_target_description +const target_desc *riscv_create_target_description (struct riscv_gdbarch_features features); #endif /* ARCH_RISCV_H */ |