Remove regcache_raw_supply
[deliverable/binutils-gdb.git] / gdb / sparc-ravenscar-thread.c
index 28d64f9fd0ccedd3e9528622b26e790c2260df88..129b4b6114575dee2d00d7f781a7274f54f8e780 100644 (file)
@@ -1,6 +1,6 @@
 /* Ravenscar SPARC target support.
 
-   Copyright (C) 2004-2017 Free Software Foundation, Inc.
+   Copyright (C) 2004-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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.024748 seconds and 4 git commands to generate.