Remove regcache_raw_supply
[deliverable/binutils-gdb.git] / gdb / sparc-ravenscar-thread.c
index 1cd1915a93ca390b2fc96fcfa505b193de72d809..129b4b6114575dee2d00d7f781a7274f54f8e780 100644 (file)
@@ -68,7 +68,7 @@ supply_register_at_address (struct regcache *regcache, int regnum,
 
   buf = (gdb_byte *) alloca (buf_size);
   read_memory (register_addr, buf, buf_size);
-  regcache_raw_supply (regcache, regnum, buf);
+  regcache->raw_supply (regnum, buf);
 }
 
 /* Return true if, for a non-running thread, REGNUM has been saved on the
This page took 0.024238 seconds and 4 git commands to generate.