]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/tilegx-linux-nat.c
Remove regcache_raw_collect
[thirdparty/binutils-gdb.git] / gdb / tilegx-linux-nat.c
index 1ff64856751a4bcb1e5b6abe4d66ebe6b5122568..6fa7fb67df9b141b460b192f1961cf4161d6aa2a 100644 (file)
@@ -103,7 +103,7 @@ fill_gregset (const struct regcache* regcache,
 
   for (i = 0; i < sizeof (regmap) / sizeof (regmap[0]); i++)
     if (regmap[i] >= 0)
-      regcache_raw_collect (regcache, i, regp + regmap[i]);
+      regcache->raw_collect (i, regp + regmap[i]);
 }
 
 /* Transfering floating-point registers between GDB, inferiors and cores.  */