forked from Imagelibrary/binutils-gdb
Constify regset structures.
This commit is contained in:
committed by
Andreas Krebbel
parent
36d46afba6
commit
3ca7dae4dd
@@ -388,7 +388,7 @@ m32r_linux_supply_gregset (const struct regset *regset,
|
||||
}
|
||||
}
|
||||
|
||||
static struct regset m32r_linux_gregset = {
|
||||
static const struct regset m32r_linux_gregset = {
|
||||
NULL, m32r_linux_supply_gregset
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user