diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-12-10 23:07:24 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-12-10 23:07:24 +0000 |
commit | d70a61e74c649e3b3d64b821f5f5415e45febaf4 (patch) | |
tree | b07faa38ea128606f29277767e5bc616ad727b10 /gdb/mipsm3-nat.c | |
parent | Update. (diff) | |
download | binutils-gdb-d70a61e74c649e3b3d64b821f5f5415e45febaf4.tar.gz binutils-gdb-d70a61e74c649e3b3d64b821f5f5415e45febaf4.tar.bz2 binutils-gdb-d70a61e74c649e3b3d64b821f5f5415e45febaf4.zip |
CARP:
More replace reg_name[] with REGISTER_NAME().
Diffstat (limited to 'gdb/mipsm3-nat.c')
-rw-r--r-- | gdb/mipsm3-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mipsm3-nat.c b/gdb/mipsm3-nat.c index b7359ba84c1..089ecd6556c 100644 --- a/gdb/mipsm3-nat.c +++ b/gdb/mipsm3-nat.c @@ -314,7 +314,7 @@ store_inferior_registers (regno) regno == FCRIR_REGNUM) { message ("You can not alter read-only register `%s'", - reg_names[ regno ]); + REGISTER_NAME ( regno )); fetch_inferior_registers (regno); return; } |