* v850-tdep.c (v850_frame_prev_register): Change valuep type to

gdb_byte *.
This commit is contained in:
Corinna Vinschen 2005-12-13 09:59:05 +00:00
parent 4fa1c2377a
commit ec2e92c156
2 changed files with 6 additions and 1 deletions

View 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.

View 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);