summaryrefslogtreecommitdiff
path: root/gdb/ppcnbsd-tdep.c
diff options
context:
space:
mode:
authorNathan J. Williams <nathanw@wasabisystems.com>2006-05-01 15:10:26 +0000
committerNathan J. Williams <nathanw@wasabisystems.com>2006-05-01 15:10:26 +0000
commit2ee424ecef717b097a6c8231308ac7ea165827b2 (patch)
tree2f8762f0228788fd05cc5aa031d0281010c4ced1 /gdb/ppcnbsd-tdep.c
parentba078565d432a99ac7131877ff6e76395d6b56c1 (diff)
downloadgdb-2ee424ecef717b097a6c8231308ac7ea165827b2.tar.gz
2006-05-01 Nathan J. Williams <nathanw@wasabisystems.com>
* ppcnbsd-tdep.c (ppcnbsd_return_value): Change type of last two arguments from void * to gdb_byte *.
Diffstat (limited to 'gdb/ppcnbsd-tdep.c')
-rw-r--r--gdb/ppcnbsd-tdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ppcnbsd-tdep.c b/gdb/ppcnbsd-tdep.c
index 9547fcd988c..57ba742c85a 100644
--- a/gdb/ppcnbsd-tdep.c
+++ b/gdb/ppcnbsd-tdep.c
@@ -246,8 +246,8 @@ static struct core_fns ppcnbsd_elfcore_fns =
static enum return_value_convention
ppcnbsd_return_value (struct gdbarch *gdbarch, struct type *valtype,
- struct regcache *regcache, void *readbuf,
- const void *writebuf)
+ struct regcache *regcache, gdb_byte *readbuf,
+ const gdb_byte *writebuf)
{
if ((TYPE_CODE (valtype) == TYPE_CODE_STRUCT
|| TYPE_CODE (valtype) == TYPE_CODE_UNION)