* vax-tdep.c (vax_frame_prev_register): Change type of last
[deliverable/binutils-gdb.git] / gdb / vax-tdep.c
index 5fc96a3c3543de017b1773aff384b015fab1fcff..58d82964fbebceb48b80267a27fc536abfc4454a 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];
@@ -390,7 +390,7 @@ static void
 vax_frame_prev_register (struct frame_info *next_frame, void **this_cache,
                         int regnum, int *optimizedp,
                         enum lval_type *lvalp, CORE_ADDR *addrp,
-                        int *realnump, void *valuep)
+                        int *realnump, gdb_byte *valuep)
 {
   struct vax_frame_cache *cache = vax_frame_cache (next_frame, this_cache);
 
This page took 0.025088 seconds and 4 git commands to generate.