Constify regset structures.
This commit is contained in:
parent
36d46afba6
commit
3ca7dae4dd
25 changed files with 71 additions and 39 deletions
|
@ -98,13 +98,13 @@ armbsd_supply_gregset (const struct regset *regset,
|
|||
|
||||
/* ARM register sets. */
|
||||
|
||||
static struct regset armbsd_gregset =
|
||||
static const struct regset armbsd_gregset =
|
||||
{
|
||||
NULL,
|
||||
armbsd_supply_gregset
|
||||
};
|
||||
|
||||
static struct regset armbsd_fpregset =
|
||||
static const struct regset armbsd_fpregset =
|
||||
{
|
||||
NULL,
|
||||
armbsd_supply_fpregset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue