Remove regcache_raw_collect
[deliverable/binutils-gdb.git] / gdb / windows-nat.c
index 2d6ece08727861817f44d93699937c8f45c4b498..0f242579359ca12205e992cd0c4ff505798a0605 100644 (file)
@@ -596,8 +596,7 @@ do_windows_store_inferior_registers (const struct regcache *regcache,
                                     windows_thread_info *th, int r)
 {
   if (r >= 0)
-    regcache_raw_collect (regcache, r,
-                         ((char *) &th->context) + mappings[r]);
+    regcache->raw_collect (r, ((char *) &th->context) + mappings[r]);
   else
     {
       for (r = 0; r < gdbarch_num_regs (regcache->arch ()); r++)
This page took 0.023274 seconds and 4 git commands to generate.