Remove regcache_raw_supply
[deliverable/binutils-gdb.git] / gdb / i386-bsd-nat.c
index cca46298435111407445cd380fc21142e3254239..27533666d67c9c06a6e25f86a67d4294faaf8f5f 100644 (file)
@@ -97,7 +97,7 @@ i386bsd_supply_gregset (struct regcache *regcache, const void *gregs)
       int offset = i386bsd_r_reg_offset[regnum];
 
       if (offset != -1)
-       regcache_raw_supply (regcache, regnum, regs + offset);
+       regcache->raw_supply (regnum, regs + offset);
     }
 }
 
This page took 0.025824 seconds and 4 git commands to generate.