diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index acb30ab..4662437 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -260,7 +260,8 @@ struct packet_reg int in_g_packet; /* Always part of G packet. */ /* long size in bytes; == register_size (current_gdbarch, regnum); at present. */ - /* char *name; == REGISTER_NAME (regnum); at present. */ + /* char *name; == gdbarch_register_name (current_gdbarch, regnum); + at present. */ }; struct remote_arch_state |