* vax-tdep.c (vax_return_value): Change type of readbuf and

writebuf arguments to `gdb_byte *'.
This commit is contained in:
Mark Kettenis
2005-05-14 11:34:43 +00:00
parent 42835c2ba0
commit 459f20b9a1
2 changed files with 5 additions and 2 deletions

View File

@@ -203,8 +203,8 @@ vax_unwind_dummy_id (struct gdbarch *gdbarch, struct frame_info *next_frame)
static enum return_value_convention
vax_return_value (struct gdbarch *gdbarch, struct type *type,
struct regcache *regcache, void *readbuf,
const void *writebuf)
struct regcache *regcache, gdb_byte *readbuf,
const gdb_byte *writebuf)
{
int len = TYPE_LENGTH (type);
gdb_byte buf[8];