diff options
Diffstat (limited to 'gdb/mips-linux-nat.c')
-rw-r--r-- | gdb/mips-linux-nat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/mips-linux-nat.c b/gdb/mips-linux-nat.c index 6cd9e87..835ba58 100644 --- a/gdb/mips-linux-nat.c +++ b/gdb/mips-linux-nat.c @@ -23,9 +23,9 @@ #include "mips-tdep.h" /* Pseudo registers can not be read. ptrace does not provide a way to - read (or set) PS_REGNUM, and there's no point in reading or setting - MIPS_ZERO_REGNUM. We also can not set BADVADDR, CAUSE, or FCRIR - via ptrace(). */ + read (or set) MIPS_PS_REGNUM, and there's no point in reading or + setting MIPS_ZERO_REGNUM. We also can not set BADVADDR, CAUSE, or + FCRIR via ptrace(). */ int mips_linux_cannot_fetch_register (int regno) |