diff options
Diffstat (limited to 'gdb/nto-procfs.c')
-rw-r--r-- | gdb/nto-procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nto-procfs.c b/gdb/nto-procfs.c index fcd3001..63cae8a 100644 --- a/gdb/nto-procfs.c +++ b/gdb/nto-procfs.c @@ -1434,7 +1434,7 @@ nto_procfs_target::store_registers (struct regcache *regcache, int regno) if (len < 1) return; - regcache_raw_collect (regcache, regno, (char *) ® + off); + regcache->raw_collect (regno, (char *) ® + off); err = devctl (ctl_fd, dev_set, ®, regsize, 0); if (err != EOK) |