Constify regset structures.
This commit is contained in:
parent
36d46afba6
commit
3ca7dae4dd
25 changed files with 71 additions and 39 deletions
|
@ -181,7 +181,7 @@ hppanbsd_supply_gregset (const struct regset *regset,
|
|||
|
||||
/* NetBSD/hppa register set. */
|
||||
|
||||
static struct regset hppanbsd_gregset =
|
||||
static const struct regset hppanbsd_gregset =
|
||||
{
|
||||
NULL,
|
||||
hppanbsd_supply_gregset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue