X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fhppa-linux-nat.c;h=e54be8625c529c5cf6849cfcdc9f430c4e75ad30;hb=dda83cd783075941aabe9b0292b004b11f00c831;hp=f352c25a3e63345a5b7f9211e095f72d0b446814;hpb=1c2bec1918cee91221bccc30db4f0253dc31d1b7;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/hppa-linux-nat.c b/gdb/hppa-linux-nat.c index f352c25a3e..e54be8625c 100644 --- a/gdb/hppa-linux-nat.c +++ b/gdb/hppa-linux-nat.c @@ -281,7 +281,7 @@ hppa_linux_nat_target::fetch_registers (struct regcache *regcache, int regno) for (regno = 0; regno < gdbarch_num_regs (regcache->arch ()); regno++) - fetch_register (regcache, regno); + fetch_register (regcache, regno); } else {