mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 11:59:27 +08:00
made regname function const char *
This commit is contained in:
@ -76,7 +76,7 @@ est_supply_register (char *regname, int regnamelen, char *val, int vallen)
|
|||||||
* registers either. So, typing "info reg sp" becomes a "r30".
|
* registers either. So, typing "info reg sp" becomes a "r30".
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static char *
|
static const char *
|
||||||
est_regname (int index)
|
est_regname (int index)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user