diff options
Diffstat (limited to 'gdb/rs6000-nat.c')
-rw-r--r-- | gdb/rs6000-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rs6000-nat.c b/gdb/rs6000-nat.c index 7e39d57..31677c2 100644 --- a/gdb/rs6000-nat.c +++ b/gdb/rs6000-nat.c @@ -253,7 +253,7 @@ store_register (struct regcache *regcache, int regno) pid_t pid = ptid_get_pid (regcache->ptid ()); /* Fetch the register's value from the register cache. */ - regcache_raw_collect (regcache, regno, addr); + regcache->raw_collect (regno, addr); /* -1 can be a successful return value, so infer errors from errno. */ errno = 0; |