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

committed by
Andreas Krebbel

parent
36d46afba6
commit
3ca7dae4dd
@ -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
|
||||
|
Reference in New Issue
Block a user