PR binutils/1437
[deliverable/binutils-gdb.git] / gdb / regcache.h
index d02e4114b2d21d6cce17c69ebb8731635695e004..707f7307c9d23a614915df4854ad9d72ff931825 100644 (file)
@@ -98,9 +98,9 @@ void regcache_cooked_write_part (struct regcache *regcache, int regnum,
    target_fetch_registers() or target_store_registers().  */
 
 extern void regcache_raw_supply (struct regcache *regcache,
-                                int regnum, const gdb_byte *buf);
+                                int regnum, const void *buf);
 extern void regcache_raw_collect (const struct regcache *regcache,
-                                 int regnum, gdb_byte *buf);
+                                 int regnum, void *buf);
 
 
 /* The register's ``offset''.
This page took 0.024721 seconds and 4 git commands to generate.