* m68k-tdep.c (m68k_frame_prev_register): Change type of last
argument to `gdb_byte *'.
This commit is contained in:
parent
4bd7b4271e
commit
60b04da5be
2 changed files with 4 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue