* m68k-tdep.c (m68k_frame_prev_register): Change type of last

argument to `gdb_byte *'.
This commit is contained in:
Mark Kettenis 2005-06-12 13:37:39 +00:00
parent 4bd7b4271e
commit 60b04da5be
2 changed files with 4 additions and 1 deletions

View file

@ -825,7 +825,7 @@ static void
m68k_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 m68k_frame_cache *cache = m68k_frame_cache (next_frame, this_cache);