(monitor_store_register): Same.
+2002-07-11 Grace Sainsbury <graces@redhat.com>
+
+ * monitor.c (monitor_fetch_register): Make name a constant.
+ (monitor_store_register): Same.
+
2002-07-11 Daniel Jacobowitz <drow@mvista.com>
Based on patch from Daniel Berlin <dberlin@dberlin.org>.
static void
monitor_fetch_register (int regno)
{
- char *name;
+ const char *name;
char *zerobuf;
char *regbuf;
int i;
static void
monitor_store_register (int regno)
{
- char *name;
+ const char *name;
ULONGEST val;
if (current_monitor->regname != NULL)