Remove regcache_raw_supply
[deliverable/binutils-gdb.git] / gdb / ppc-ravenscar-thread.c
index 38f2667ba3f3b967260fb3cf769f4bf772018609..ae5ad24579f1fe4d924e4385eb33f7256ccf5f83 100644 (file)
@@ -125,7 +125,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.024728 seconds and 4 git commands to generate.