Add a new 'info proc files' subcommand of 'info proc'.
[deliverable/binutils-gdb.git] / gdb / i386-v4-nat.c
index 2313ff87fff88a47250d78326dbb8ed2e5aaa1ae..ddf50d9df485ab1d54999619a1bbaf450cc2cf62 100644 (file)
@@ -123,7 +123,7 @@ fill_gregset (const struct regcache *regcache,
 
   for (i = 0; i < I386_NUM_GREGS; i++)
     if (regnum == -1 || regnum == i)
-      regcache_raw_collect (regcache, i, regp + regmap[i]);
+      regcache->raw_collect (i, regp + regmap[i]);
 }
 
 #endif /* HAVE_GREGSET_T */
This page took 0.02344 seconds and 4 git commands to generate.