made regname function const char *

This commit is contained in:
Grace Sainsbury 2002-06-26 15:27:48 +00:00
parent e5851ab835
commit e5014cdae2
1 changed files with 1 additions and 1 deletions

View File

@ -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".
*/
static char *
static const char *
est_regname (int index)
{