Remove regcache_raw_write_part
[deliverable/binutils-gdb.git] / gdb / xtensa-tdep.c
index bee4969c6dc650070a606fe431c7fe7ee9db502d..3785c44c8789ab1fcf92002360f10dce55a11b8d 100644 (file)
@@ -1646,7 +1646,7 @@ xtensa_store_return_value (struct type *type,
   for (; len > 0; len -= 4, areg++, valbuf += 4)
     {
       if (len < 4)
-       regcache_raw_write_part (regcache, areg, offset, len, valbuf);
+       regcache->raw_write_part (areg, offset, len, valbuf);
       else
        regcache->raw_write (areg, valbuf);
     }
This page took 0.02355 seconds and 4 git commands to generate.