diff options
Diffstat (limited to 'gdb/armnbsd-nat.c')
-rw-r--r-- | gdb/armnbsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/armnbsd-nat.c b/gdb/armnbsd-nat.c index 5113cbb..a06f786 100644 --- a/gdb/armnbsd-nat.c +++ b/gdb/armnbsd-nat.c @@ -102,7 +102,7 @@ fetch_register (struct regcache *regcache, int regno) break; case ARM_PC_REGNUM: - /* This is ok: we're running native... */ + /* This is ok: we're running native... */ inferior_registers.r_pc = gdbarch_addr_bits_remove (get_regcache_arch (regcache), inferior_registers.r_pc); |