Remove regcache_raw_collect
[deliverable/binutils-gdb.git] / gdb / go32-nat.c
index a2affe16966eea8f3dafe98bfa4f7db1b71a8439..81e2ea43a8689b24f60b4cde7aeb992daa5d3394 100644 (file)
@@ -571,8 +571,8 @@ store_register (const struct regcache *regcache, int regno)
 {
   struct gdbarch *gdbarch = regcache->arch ();
   if (regno < gdbarch_fp0_regnum (gdbarch))
-    regcache_raw_collect (regcache, regno,
-                         (char *) &a_tss + regno_mapping[regno].tss_ofs);
+    regcache->raw_collect (regno,
+                          (char *) &a_tss + regno_mapping[regno].tss_ofs);
   else if (i386_fp_regnum_p (gdbarch, regno) || i386_fpc_regnum_p (gdbarch,
                                                                   regno))
     i387_collect_fsave (regcache, regno, &npx);
This page took 0.024123 seconds and 4 git commands to generate.