+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.
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);