]> Git Repo - binutils.git/blobdiff - gdb/arch-utils.c
Remove regcache_raw_supply
[binutils.git] / gdb / arch-utils.c
index e3cce491ee702f1167964d4b02099ae9da253120..b3169ca89caded4ccd638941488ac8d158d48445 100644 (file)
@@ -946,7 +946,7 @@ default_guess_tracepoint_registers (struct gdbarch *gdbarch,
   regs = (gdb_byte *) alloca (register_size (gdbarch, pc_regno));
   store_unsigned_integer (regs, register_size (gdbarch, pc_regno),
                          gdbarch_byte_order (gdbarch), addr);
-  regcache_raw_supply (regcache, pc_regno, regs);
+  regcache->raw_supply (pc_regno, regs);
 }
 
 int
This page took 0.025165 seconds and 4 git commands to generate.