mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
Constify regset structures.
This commit is contained in:

committed by
Andreas Krebbel

parent
36d46afba6
commit
3ca7dae4dd
@ -85,7 +85,7 @@ vax_supply_gregset (const struct regset *regset, struct regcache *regcache,
|
||||
|
||||
/* VAX register set. */
|
||||
|
||||
static struct regset vax_gregset =
|
||||
static const struct regset vax_gregset =
|
||||
{
|
||||
NULL,
|
||||
vax_supply_gregset
|
||||
|
Reference in New Issue
Block a user