Remove regcache_raw_supply
[deliverable/binutils-gdb.git] / gdb / tracefile.c
index f7e69f2df6c082fe6b8c909315df4ca57a2cc3a4..ab34ecfdf99038088445d47bb8be301cc9c4e85e 100644 (file)
@@ -394,7 +394,7 @@ tracefile_fetch_registers (struct regcache *regcache, int regno)
   /* We get here if no register data has been found.  Mark registers
      as unavailable.  */
   for (regn = 0; regn < gdbarch_num_regs (gdbarch); regn++)
-    regcache_raw_supply (regcache, regn, NULL);
+    regcache->raw_supply (regn, NULL);
 
   /* We can often usefully guess that the PC is going to be the same
      as the address of the tracepoint.  */
This page took 0.024554 seconds and 4 git commands to generate.