* configure.host: Add arm*-*-openbsd*.
[deliverable/binutils-gdb.git] / gdb / vax-tdep.c
index 5fc96a3c3543de017b1773aff384b015fab1fcff..fa2761711687468bbaf4f13a5a4bd984116c1d85 100644 (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];
This page took 0.023171 seconds and 4 git commands to generate.