diff options
Diffstat (limited to 'gdb/tilegx-linux-nat.c')
-rw-r--r-- | gdb/tilegx-linux-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tilegx-linux-nat.c b/gdb/tilegx-linux-nat.c index bbfeaef..440a5cc 100644 --- a/gdb/tilegx-linux-nat.c +++ b/gdb/tilegx-linux-nat.c @@ -57,7 +57,7 @@ static tilegx_linux_nat_target the_tilegx_linux_nat_target; /* Mapping between the general-purpose registers in `struct user' format and GDB's register array layout. Note that we map the - first 56 registers (0 thru 55) one-to-one. GDB maps the pc to + first 56 registers (0 through 55) one-to-one. GDB maps the pc to slot 64, but ptrace returns it in slot 56. */ static const int regmap[] = { |