diff options
Diffstat (limited to 'gdb/mips-tdep.h')
-rw-r--r-- | gdb/mips-tdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mips-tdep.h b/gdb/mips-tdep.h index 9954620..5134668 100644 --- a/gdb/mips-tdep.h +++ b/gdb/mips-tdep.h @@ -104,7 +104,7 @@ struct gdbarch_tdep add any that do not need to be public. */ const struct mips_regnum *regnum; /* Register names table for the current register set. */ - const char **mips_processor_reg_names; + const char * const *mips_processor_reg_names; /* The size of register data available from the target, if known. This doesn't quite obsolete the manual |