RISC-V: Pc-rel to gp-rel relaxation function cleanup.
[deliverable/binutils-gdb.git] / gdb / i386-bsd-nat.c
index 27533666d67c9c06a6e25f86a67d4294faaf8f5f..09ea99fd193e40f8812acb0fa20d716a2844970e 100644 (file)
@@ -119,7 +119,7 @@ i386bsd_collect_gregset (const struct regcache *regcache,
          int offset = i386bsd_r_reg_offset[i];
 
          if (offset != -1)
-           regcache_raw_collect (regcache, i, regs + offset);
+           regcache->raw_collect (i, regs + offset);
        }
     }
 }
This page took 0.024862 seconds and 4 git commands to generate.