aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-06-18 15:22:55 +0000
committerMark Kettenis <kettenis@gnu.org>2005-06-18 15:22:55 +0000
commit6618125dce91585bad936af009a55449740cf3bb (patch)
treee22a644998a3b0e28ad1a2bb619608de0e7b552d /gdb/regcache.h
parent73d147dcf03d3a76c9a9f9b569ac864bed0927bf (diff)
downloadfsf-binutils-gdb-6618125dce91585bad936af009a55449740cf3bb.zip
fsf-binutils-gdb-6618125dce91585bad936af009a55449740cf3bb.tar.gz
fsf-binutils-gdb-6618125dce91585bad936af009a55449740cf3bb.tar.bz2
* regcache.c (regcache_raw_supply, regcache_raw_collect): Change
type of last argument back to `void *'. * regcache.h (regcache_raw_supply, regcache_raw_collect): Likewise.
Diffstat (limited to 'gdb/regcache.h')
-rw-r--r--gdb/regcache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/regcache.h b/gdb/regcache.h
index d02e411..707f730 100644
--- a/gdb/regcache.h
+++ b/gdb/regcache.h
@@ -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''.