Remove regcache_raw_read_part
[deliverable/binutils-gdb.git] / gdb / amd64-windows-tdep.c
index 32ebead05da0b73ac8473f1409926fc349a829f9..bf351ee21d4cad75519ba30598e0a9b336772fa5 100644 (file)
@@ -329,7 +329,7 @@ amd64_windows_return_value (struct gdbarch *gdbarch, struct value *function,
     {
       /* Extract the return value from the register where it was stored.  */
       if (readbuf)
-       regcache_raw_read_part (regcache, regnum, 0, len, readbuf);
+       regcache->raw_read_part (regnum, 0, len, readbuf);
       if (writebuf)
        regcache_raw_write_part (regcache, regnum, 0, len, writebuf);
       return RETURN_VALUE_REGISTER_CONVENTION;
This page took 0.02557 seconds and 4 git commands to generate.