* v850-tdep.c (v850_frame_prev_register): Change valuep type to
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 13 Dec 2005 09:59:05 +0000 (09:59 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 13 Dec 2005 09:59:05 +0000 (09:59 +0000)
gdb_byte *.

gdb/ChangeLog
gdb/v850-tdep.c

index d17689e..6f77cb1 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-13  Corinna Vinschen  <vinschen@redhat.com>
+
+       * v850-tdep.c (v850_frame_prev_register): Change valuep type to
+       gdb_byte *.
+
 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
 
        * configure.tgt: Replace ms1 arch with mt arch.
index 2aa3389..bd31595 100644 (file)
@@ -899,7 +899,7 @@ static void
 v850_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 v850_frame_cache *cache = v850_frame_cache (next_frame, this_cache);