Remove regcache_raw_read
[deliverable/binutils-gdb.git] / gdb / tilegx-tdep.c
index 8f688b16cf03f2c6b347396865931db826797ee8..e11ecdd15a718f6aee4fccb0eec415f647f441e3 100644 (file)
@@ -219,7 +219,7 @@ tilegx_extract_return_value (struct type *type, struct regcache *regcache,
   int i, regnum = TILEGX_R0_REGNUM;
 
   for (i = 0; i < len; i += tilegx_reg_size)
-    regcache_raw_read (regcache, regnum++, valbuf + i);
+    regcache->raw_read (regnum++, valbuf + i);
 }
 
 /* Copy the function return value from VALBUF into the proper
This page took 0.02436 seconds and 4 git commands to generate.